Fix lingering import statement, add context processor to expose settings to templates.

This commit is contained in:
Chris Church
2013-05-09 14:31:08 -04:00
parent fdc9422409
commit e6377a1243
4 changed files with 8 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ ALLOWED_HOSTS = []
TEMPLATE_CONTEXT_PROCESSORS += (
'django.core.context_processors.request',
'lib.ui.context_processors.settings',
)
MIDDLEWARE_CLASSES += (