X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/07fe485fb0a119fb87f8ec948185b5acdd65300e..bdc1f3f4e02e0d558bb80e70679d5e56172d32b9:/settings_local.py.dist?ds=sidebyside diff --git a/settings_local.py.dist b/settings_local.py.dist index 3b1cd45..6d0e446 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.