Have followed tutorial 2 instructions carefully. So far everything has
worked as described in tutorials but cannot get django to load files from
my own template directory. Seems a very simple problem.
here's the part of my settings.py:
TEMPLATE_DIRS = (
'/home/madala/WebsiteCode/templates',
"/home/madala/Website/templates",
# 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.
)
So I carried on and started tutorial 3 till I got halfway down and had to
do same thing but no matter what I try can't get Django to recognize my
directories.
Can anyone see where I am going wrong please? thanks in anticipation.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/iFoy32dQQpEJ.
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.