Make development environment use ATOMIC_REQUESTS

This commit is contained in:
AlanCoding 2016-07-14 14:43:25 -04:00
parent 17a27ef4a2
commit 06c37d39ef

View File

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