X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/07fe485fb0a119fb87f8ec948185b5acdd65300e..ece2ce09e485f83207994f83cac03ef9f36da5b2:/settings_local.py.dist diff --git a/settings_local.py.dist b/settings_local.py.dist index 3b1cd45..8f997e5 100644 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -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'