On Wed, Mar 23, 2011 at 9:30 PM, Jimmy <fr2ji...@gmail.com> wrote:

> Template Loader Error:
> Django tried loading these templates, in this order:
> Using loader django.template.loaders.filesystem.Loader:
> /home/jimmy/django_projects/hermis/templates/admin/login.html (File
> exists)
> Using loader django.template.loaders.app_directories.Loader:
> /usr/lib/python2.6/django/contrib/admin/templates/admin/login.html
> (File exists)
>

The files exist, as noted in the error description. The usual reason for the
web server to be unable to make use of existing files is that it (the web
server) does not have permission to read the files. You need to configure
the system so the web server can read these files.

Karen
-- 
http://tracey.org/kmt/

-- 
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.

Reply via email to