]> git.openstreetmap.org Git - osqa.git/blobdiff - settings_local.py.dist
Adds quotes to a js object object definition to prevent IE errors.
[osqa.git] / settings_local.py.dist
index 3b1cd458a2c1a85dd96baf2040de95c29a056b5f..8f997e5253a1c2082b6790ec867d87f936fcf8ef 100644 (file)
@@ -13,7 +13,7 @@ logging.basicConfig(
 )
 
 #ADMINS and MANAGERS
-ADMINS = (('Forum Admin', 'forum@example.com'),)
+ADMINS = ()
 MANAGERS = ADMINS
 
 DEBUG = False
@@ -23,6 +23,7 @@ DEBUG_TOOLBAR_CONFIG = {
 TEMPLATE_DEBUG = DEBUG
 INTERNAL_IPS = ('127.0.0.1',)
 
+
 DATABASE_NAME = ''             # Or path to database file if using sqlite3.
 DATABASE_USER = ''               # Not used with sqlite3.
 DATABASE_PASSWORD = ''               # Not used with sqlite3.
@@ -53,8 +54,6 @@ FORUM_SCRIPT_ALIAS = '' #no leading slash, default = '' empty string
 USE_I18N = True
 LANGUAGE_CODE = 'en'
 
-EMAIL_VALIDATION = 'off' #string - on|off
-
 DJANGO_VERSION = 1.1
 OSQA_DEFAULT_SKIN = 'default'