Hi,
I got this error when I'm trying to run my project on a production
server with mod_python.
"Template u'base.html' cannot be extended, because it doesn't exist"
This looks weird to me, because base.html DOES exist and it's in the
same directory as the file extending it. when I remove the {% extends
"base.html" %} tag the template loads like it should, so it looks like
the path to the template dir is correct.
settings.py:
TEMPLATE_DIRS = (
'/home/sander/Web/django_projects/templates/',
)
Am I missing something here?
thanks,
Sander
--
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.