Changes between Version 86 and Version 87 of IrcFAQ


Ignore:
Timestamp:
Oct 1, 2008, 6:08:57 PM (16 years ago)
Author:
anonymous
Comment:

spelling correction

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v86 v87  
    190190== How do I make extensive changes in the admin interface? == #ExtensiveChangesAdmin
    191191
    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 chanaging the admin app's interfaces to make customization much simpler and more flexible.
     192At 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.
    193193
    194194For less extensive changes, also see the documentation in [http://www.djangobook.com/en/1.0/chapter17/ The Definitive Guide to Django].
Back to Top