Set a default forum id of "1"

This commit is contained in:
Trever Fischer
2012-08-29 21:30:16 -04:00
parent f9eed970e9
commit 06a27164db

View File

@@ -189,6 +189,8 @@ APPVERSION_GIT_REPO = os.path.sep.join((os.path.dirname(__file__), '.git'))
CAMINUS_MAX_INVITES = 2
CAMINUS_NEWS_FORUM_ID = 1
# Load any site-local overrides, such as camin.us' database settings, etc
try:
from local_settings import *