On Wed, Sep 10, 2008 at 11:03 AM, Anakin <[EMAIL PROTECTED]> wrote: > > any ideas about that ? >
Any ideas about what? With top posting I have no idea what you are referring to. So far it appears that your TEMPLATE_DIRS setting is empty when you are running despite the fact it has an entry in the settings file you think you are using. First, try to determine if that is really the case. Part of the debug page lists the settings, so check what TEMPLATE_DIRS is there. If it is listed as () then the next step is to figure out why it is that when that is not the value in the settings file. If, on the other hand, it matches what is in settings.py, then the question will be why is file system template loader behaving as though it is empty? So, the first question for you to answer is: what is the value of TEMPLATE_DIRS on the debug page? Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

