added template directory

This commit is contained in:
Stephen McQuay 2013-04-23 18:02:46 -07:00
parent 5b6ebd3154
commit bdd0af63a8
1 changed files with 1 additions and 4 deletions

View File

@ -102,10 +102,7 @@ ROOT_URLCONF = 'mmg.urls'
WSGI_APPLICATION = 'mmg.wsgi.application'
TEMPLATE_DIRS = (
# 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.
os.path.expanduser('~/src/mmg/templates'),
)
INSTALLED_APPS = (