Changes between Version 86 and Version 87 of IrcFAQ
- Timestamp:
- Oct 1, 2008, 6:08:57 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v86 v87 190 190 == How do I make extensive changes in the admin interface? == #ExtensiveChangesAdmin 191 191 192 At the moment it's probably best not to; the admin app is fairly specialized and doesn't have a lot of places to customize behavior, so you'll usually end up writing less code by just rolling your own set of views. The [http://code.djangoproject.com/wiki/NewformsAdminBranch newforms-admin branch], however, is significantly chan aging the admin app's interfaces to make customization much simpler and more flexible.192 At the moment it's probably best not to; the admin app is fairly specialized and doesn't have a lot of places to customize behavior, so you'll usually end up writing less code by just rolling your own set of views. The [http://code.djangoproject.com/wiki/NewformsAdminBranch newforms-admin branch], however, is significantly changing the admin app's interfaces to make customization much simpler and more flexible. 193 193 194 194 For less extensive changes, also see the documentation in [http://www.djangobook.com/en/1.0/chapter17/ The Definitive Guide to Django].