moved templates

This commit is contained in:
Konstantin Martini 2015-01-03 00:55:26 +01:00
parent ff4093b61b
commit e0c901d456
5 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ SECRET_KEY = 'zh89m5)ymj)&9avuzbkzetfa%wdmxz$_$tx#ps4-#&_2c8e=!o'
DEBUG = True
TEMPLATE_DEBUG = True
TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'matecnt', 'templates')]
TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')]
ALLOWED_HOSTS = []