Commit 81e9a39a by David Ormsbee

add askbot closed forum mode to settings.py (not just inside LIVESETTINGS)

parent 8ec81a1c
...@@ -377,6 +377,8 @@ ALLOW_UNICODE_SLUGS = False ...@@ -377,6 +377,8 @@ ALLOW_UNICODE_SLUGS = False
ASKBOT_USE_STACKEXCHANGE_URLS = False #mimic url scheme of stackexchange ASKBOT_USE_STACKEXCHANGE_URLS = False #mimic url scheme of stackexchange
ASKBOT_CSS_DEVEL = True ASKBOT_CSS_DEVEL = True
ASKBOT_CLOSED_FORUM_MODE = True
LIVESETTINGS_OPTIONS = { LIVESETTINGS_OPTIONS = {
1: { 1: {
'DB' : False, 'DB' : False,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment