Changes between Version 5 and Version 6 of ExtendingAdminTemplates
- Timestamp:
- Dec 22, 2006, 9:30:52 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExtendingAdminTemplates
v5 v6 1 = Extending the Admin Templates = 2 1 3 === Intro === 2 4 Django's admin stuff is great. Often, you would like to just add just a little and you would be all set. For example it would be nice to be able to add links to related data on a change form (detail). With 1 little hack, this is easy. The hack is that you need to copy (if you are on Windows, `link` on Nixes) the admin template that you want to extend so that the template loader does not get confused.