Somehow you are not using the version of the settings.py file you think you are. See below.
On Jan 17, 11:26 am, code_berzerker <[EMAIL PROTECTED]> wrote: > Trying to solve the problem I added following code to settings.py: > > ALLOWED_INCLUDE_ROOTS = ( > '/var/www', > ) > Just FYI, as far as I know, this setting is only used for the ssi tag. The tutorial doesn't use that, does it? So I don't believe this is needed. [much snipped] > Settings > Using settings module mysite.settings > Setting Value [more snipped] > TEMPLATE_DIRS > () [more snipped] > > ****************************** > * settings.py: * > ****************************** > > > TEMPLATE_DIRS = ( > # Put strings here, like "/home/html/django_templates" or "C:/www/ > django/templates". > # Always use forward slashes, even on Windows. > # Don't forget to use absolute paths, not relative paths. > '/var/www/test/djtest/tpl', > #"/home/html/djtest/tpl", > ) > So, though the settings.py you posted has TEMPLATE_DIRS with your '/ var/www...' directory listed, the one you are running with has no TEMPLATE_DIRS. Karen --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---