Need help with Django tutorial
- by Nai
I'm doing the Django tutorial here: http://docs.djangoproject.com/en/1.2/intro/tutorial03/
My TEMPLATE_DIRS in the settings.py looks like this:
TEMPLATE_DIRS = (
"/webapp2/templates/"
"/webapp2/templates/polls"
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even…