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'
|
WSGI_APPLICATION = 'mmg.wsgi.application'
|
||||||
|
|
||||||
TEMPLATE_DIRS = (
|
TEMPLATE_DIRS = (
|
||||||
# Put strings here, like "/home/html/django_templates" or
|
os.path.expanduser('~/src/mmg/templates'),
|
||||||
# "C:/www/django/templates".
|
|
||||||
# Always use forward slashes, even on Windows.
|
|
||||||
# Don't forget to use absolute paths, not relative paths.
|
|
||||||
)
|
)
|
||||||
|
|
||||||
INSTALLED_APPS = (
|
INSTALLED_APPS = (
|
||||||
|
Loading…
Reference in New Issue
Block a user