admin app uses templates/admin/base_site.html but when i move that file in myapp/templates/admin/base_site.html it is ignored. is there an additional step to ensure admin app uses templates from app templates folder? i do have 'django.template.loaders.app_directories.load_template_source' in TEMPLATE_LOADERS and it is the only entry in list. also, this works as expected for my apps, is there something different with admin app? is there some document that describes what can i expect when using admin app via manage.py runserver? any tips appreciated.
Aljosa Mohorovic p.s. i'm running this with manage.py runserver --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

