New menu code and reorg of URLs
[sommitrealweird.git] / sommitrealweird / settings.py
index 280a04e8fad7dc95adb3635bbf4bda7a5d9f9d4b..3493fa64141683cea3dce6e61c9322d054129d05 100644 (file)
@@ -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',
+)