Migrate changes to settings.py to envs/*.py settings files

This commit is contained in:
Calen Pennington
2012-05-16 11:01:23 -04:00
parent 1b8ea44403
commit c6c53be2c1
2 changed files with 33 additions and 4 deletions

View File

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