> So you can see, there are several ways to customize admin template, > fullly according to your template directory. So if you want to custom > admin template, you can create template directory according to above > code, and set the root directory in TEMPLATE_DIRS , and the order I > think it's not very important.
Have you tested your theory? In my tests, when my app is listed above django.contrib.admin in INSTALLED_APPS, my admin template (project/templates/base_site.html) gets used. When my app is below django.contrib.admin, the default template gets used. But I haven't done this too many times, so it's possible I'm missing something (or several things!) pb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
