X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/c2e85644c4128b2545fd4bbe0382f4e2e502bd83..56b2cdf3569443cf4504fe085de9db0466dcd09f:/sommitrealweird/settings.py?ds=sidebyside diff --git a/sommitrealweird/settings.py b/sommitrealweird/settings.py index 280a04e..3493fa6 100644 --- a/sommitrealweird/settings.py +++ b/sommitrealweird/settings.py @@ -84,3 +84,11 @@ INSTALLED_APPS = ( 'content', 'generic', ) + +TEMPLATE_CONTEXT_PROCESSORS = ( + 'django.core.context_processors.auth', + 'django.core.context_processors.debug', + 'django.core.context_processors.i18n', + 'generic.context_processors.media', + 'content.context_processors.content_menu', +)