Merge pull request #3011 from AlanCoding/docker_atomic

Make development environment use ATOMIC_REQUESTS
This commit is contained in:
Alan Rominger
2016-07-14 15:07:47 -04:00
committed by GitHub

View File

@@ -25,6 +25,7 @@ DATABASES = {
'NAME': 'awx-dev',
'USER': 'awx-dev',
'PASSWORD': 'AWXsome1',
'ATOMIC_REQUESTS': True,
'HOST': 'postgres',
'PORT': '',
}