diff --git a/project/settings.py b/project/settings.py index 1df361e6..0cf8a2f9 100644 --- a/project/settings.py +++ b/project/settings.py @@ -88,6 +88,7 @@ TEMPLATES = [ 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ + 'constance.context_processors.config', 'django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth',