Lots of changes to fix lots of bugs and add comments to blog
[sommitrealweird.git] / sommitrealweird / settings.py
index cc4b236e7c62d97891f6fc6a2b632b96cf1621c7..f0a5725bf29ebe99bb5ce0aba1c1d860475922c0 100644 (file)
@@ -82,6 +82,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
     'bpcms.context_processors.content_submenu',
     'bpcms.context_processors.content_breadcrumb',
     'blog.context_processors.content_breadcrumb',
+    'blog.context_processors.blog_feed',
     'photo.context_processors.content_breadcrumb',
 )
 
@@ -89,7 +90,6 @@ APPEND_SLASH=False
 
 RESTRUCTUREDTEXT_FILTER_SETTINGS = {
     'initial_header_level': 2,
-    'compact_field_list': 0,
 }
 
 BPCMS_ROOT = '/'
@@ -101,6 +101,7 @@ BPCMS_DISALLOWED_ROOT_DOC_NAMES = (
 
 BLOG_ROOT = '/blog/'
 BLOG_TITLE = u'The World of SommitRealWeird.'
+BLOG_FEED_ROOT = '/feeds/blog/'
 
 try:
     from localsettings import *