Put dev.py's DEBUG back to True (cough)

This commit is contained in:
David Ormsbee
2012-08-23 00:21:35 -04:00
parent af079a9362
commit 32403fb2a2

View File

@@ -10,7 +10,7 @@ sessions. Assumes structure:
from .common import *
from .logsettings import get_logger_config
DEBUG = False
DEBUG = True
TEMPLATE_DEBUG = True
MITX_FEATURES['DISABLE_START_DATES'] = True