Renable debugging in envs/dev.py

This commit is contained in:
Calen Pennington
2012-05-17 16:50:36 -04:00
parent 411d822605
commit 156c4f1636

View File

@@ -10,8 +10,8 @@ sessions. Assumes structure:
from envs.common import *
from envs.logsettings import get_logger_config
DEBUG = False
TEMPLATE_DEBUG = False
DEBUG = True
TEMPLATE_DEBUG = True
LOGGING = get_logger_config(ENV_ROOT / "log",
logging_env="dev",