Cleanup of settings.py

This commit is contained in:
2015-10-08 09:24:02 +02:00
parent 5d8bd6dd76
commit 0d7f92006e

View File

@@ -433,11 +433,6 @@ DOMAIN = {
'organizations': organizations
}
try:
os.environ['TEST_ATTRACT']
MONGO_DBNAME = 'attract_test'
except:
pass
if os.environ.get('MONGO_HOST'):
MONGO_HOST = os.environ.get('MONGO_HOST')