added template directory
This commit is contained in:
parent
5b6ebd3154
commit
bdd0af63a8
@ -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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user