Changes between Version 7 and Version 8 of AJAXForeignKey
- Timestamp:
- May 20, 2007, 7:26:54 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAXForeignKey
v7 v8 21 21 * {{{views.py}}} -- contains the AJAX view. (download) 22 22 23 3. Create a {{{base_site.html}}} file in your {{{base_templates/admin}}} directory.23 3. [#Creatingbase_templatesadminbase_site.html Create a {{{base_site.html}}} file in your {{{base_templates/admin}}} directory.] 24 24 25 4. Modify your {{{urls conf}}} to contain the ajax view.25 4. [#Modifyurls.py Modify your {{{urls conf}}} to contain the ajax view.] 26 26 27 5. Modify your models to use it correctly.27 5. [#Usingitinyourmodels Modify your models to use it correctly.] 28 28 29 29 === Creating {{{ base_templates/admin/base_site.html }}} ===