On 7/22/06, Seth Buntin <[EMAIL PROTECTED]> wrote: > > I was wondering how customizable the admin module is (without changing > admin for other applications). I want to have an AJAX'ed drill-down > for some drop-down boxes. Has anyone done this and is it easily done > without have to "repeat" myself? > > You could copy the admin app to a new app directory in your project and customize it there. Then, just edits url.py to point to the customized admin app. You can always have url.py point to a different admin app for different apps. This came up the other day. Try searching the list for a more detailed explaination.
-- ---- Waylan Limberg [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

