Kicking build

This commit is contained in:
Ivan VenOsdel 2016-09-11 09:57:59 -05:00
parent 69789af0ff
commit e4280cf3ce

View File

@ -35,10 +35,7 @@ settings.configure(
DEBUG=False,
ROOT_URLCONF='',
TEMPLATES = [ # For >= Django 1.10
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'APP_DIRS': True,
},
{'BACKEND': 'django.template.backends.django.DjangoTemplates', 'APP_DIRS': True},
]
)