Changes between Version 18 and Version 19 of AjaxDjangoDojoForm
- Timestamp:
- Jun 6, 2006, 10:03:13 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxDjangoDojoForm
v18 v19 32 32 '''view.py''' 33 33 {{{ 34 #!python 34 35 def details(request): 35 36 [more stuff] … … 65 66 Just normal url.py, remember the path which will point to the wanted method. 66 67 {{{ 68 #!python 67 69 from django.conf.urls.defaults import * 68 70