X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/c2e85644c4128b2545fd4bbe0382f4e2e502bd83..a2883504e45a556b06e76f023395e879e01ae03c:/sommitrealweird/settings.py 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', +)