Set DEBUG back to True

This commit is contained in:
chouseknecht 2013-06-10 18:37:58 -04:00
parent 9e9e41db35
commit 49ca140e30

View File

@ -14,7 +14,7 @@ for setting in dir(global_settings):
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
DEBUG = False
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (