Don't override the DEBUG variable value of local.py

This commit is contained in:
Roberto Rosario
2017-02-16 21:47:43 -04:00
parent cd32c5bda5
commit 5ff3ea9317

View File

@@ -2,7 +2,6 @@ from __future__ import absolute_import, unicode_literals
from .. import * # NOQA
DEBUG = True
INSTALLED_APPS += ('test_without_migrations',)
TEMPLATES[0]['OPTIONS']['loaders'] = (
'django.template.loaders.filesystem.Loader',