TEMPLATE_DIRS must be tuple

This commit is contained in:
2015-11-04 17:51:43 +05:00
parent 68d45d0073
commit a7511b14b7

View File

@@ -99,7 +99,7 @@ STATIC_URL = '/static/'
ADMIN_MEDIA_PREFIX = '/static/admin/'
TEMPLATE_DIRS = ('templates/')
TEMPLATE_DIRS = ('templates/',)
TEMPLATE_CONTEXT_PROCESSORS += ('django.core.context_processors.request',
'django.core.context_processors.csrf',