Got courses page working... mostly.

This commit is contained in:
Matthew Mongeau
2012-07-09 11:27:45 -04:00
parent be3539f1b2
commit 949efb62e9
4 changed files with 17 additions and 167 deletions

View File

@@ -11,7 +11,7 @@ from .common import *
from .logsettings import get_logger_config
DEBUG = True
TEMPLATE_DEBUG = False
TEMPLATE_DEBUG = True
LOGGING = get_logger_config(ENV_ROOT / "log",
logging_env="dev",