Cleanup of settings.py
This commit is contained in:
parent
5d8bd6dd76
commit
0d7f92006e
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user