Configurable maximum invites

This commit is contained in:
Trever Fischer
2012-08-29 16:12:45 -04:00
parent c80943b7dd
commit f9eed970e9
3 changed files with 8 additions and 3 deletions

View File

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