]> git.openstreetmap.org Git - osqa.git/blobdiff - settings_local.py.dist
Adds a new function in the profile menu for admins to suspend users, indefinetly...
[osqa.git] / settings_local.py.dist
index 3b1cd458a2c1a85dd96baf2040de95c29a056b5f..6d0e446708d017463d735cd9a2835da739d01745 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.