On 07/13/2011 12:46 PM, Joshua Russo wrote:
That's fine, but I was under the impression that the templates could be overridden just by creating the proper path in my template directories. Is that not true?
It's true. Check the order of your TEMPLATE_DIRS in settings.py. If you don't have them specified and are relying on the automatic detection of a 'templates' dir in your app folders then check the order of your INSTALLED_APPS.
If you're having an issue it's probably a good idea to explicitly populate TEMPLATE_DIRS.
Hopefully this will help: https://docs.djangoproject.com/en/1.3/ref/templates/api/#the-template-dirs-setting -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.