On Jan 16, 8:36 pm, Rajesh Dhawan <[EMAIL PROTECTED]> wrote:
> 1. settings.TEMPLATE_LOADERS contains the entry
> django.template.loaders.filesystem.load_template_source before the
> entry django.template.loaders.app_directories.load_template_source

the order is correct

> 2. the path specified in TEMPLATE_DIRS has no typos

path is verified via commandline (cd /path/to/tpl/) and was correct

> 3. the user you are running the Django application as has read/write
> access to that template directory. Are you using the built-in
> development server (python manage.py runserver) or an external web
> server (Apache)? If it's the latter, you will need to make sure that
> the user that Apache runs as has access to that template directory.

I use devserver and even setting 777 on the directory tree for
templates doesnt help.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to