Don't forget the comma after the absolute path. For example, '/home/bfordham/websites/bfordham/trunk/bfordham/blog/templates', <---- comma
_Mario On Aug 20, 4:41 pm, Bryan Fordham <bford...@gmail.com> wrote: > > The default template is not loading correctly. Check and verify your > > settings.py and make sure it is pointing to the absolute path e.g., > > TEMPLATE_DIRS ="/home/users/templates", > > It seems right > > From 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. > '/home/bfordham/websites/bfordham/trunk/bfordham/blog/templates' > ) > > And it exists and permissions seem ok: > > $ ls -l /home/bfordham/websites/bfordham/trunk/bfordham/blog/templates > total 8 > drwxrwxr-x 3 bfordham www-data 4096 2009-08-20 00:36 blog > drwxrwxr-x 3 bfordham www-data 4096 2009-08-20 00:24 feeds > > (www-data is the apache group) > > -- > Thanks > --B --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---