Changes between Version 69 and Version 70 of IrcFAQ


Ignore:
Timestamp:
May 1, 2008, 10:53:29 AM (16 years ago)
Author:
Paul Bissex
Comment:

added a couple links re admin customization

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v69 v70  
    105105== How do I make extensive changes in the admin interface? == #ExtensiveChangesAdmin
    106106
    107 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 newforms-admin branch, however, will significantly refactor the admin app to make customization much simpler.
     107At 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.
     108
     109For less extensive changes, also see the documentation in [http://www.djangobook.com/en/1.0/chapter17/ The Definitive Guide to Django].
    108110
    109111== I want to have some code run when the server/application starts. How do I do that? == #ServerStartup
Back to Top