Django 1.3
Hi all,
I can't seem to get around this. It appears that, the following
"index.html" template in */whatever/myproject/myapp*
{% extends "base.html %}
<!-- stuff here -->
Looks for base.html as /whatever/myproject/base.html instead
of /whatever/myproject/myapp/base.html
My TEMPLATE_DIRS is set as follows, and with this setting, the
*/whatever/myproject/myapp/index.html
template is loaded fine* if I make it self-contained (not extending)
TEMPLATE_DIRS = (
'/whatever/myproject',
)
Any ideas?
--
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.