fix template warning

This commit is contained in:
virusdefender
2016-01-26 12:58:08 +08:00
parent 5e73f60381
commit 1b25092cb4
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ ROOT_URLCONF = 'oj.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': TEMPLATE_DIRS,
'DIRS': OJ_TEMPLATE_DIRS,
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [