Skip to content
Snippets Groups Projects
Verified Commit bc3b43d2 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Enable atomic requests.

parent 42bb48b7
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,7 @@ DATABASES = {
'PASSWORD': _settings.get('database.password', None),
'HOST': _settings.get('database.host', '127.0.0.1'),
'PORT': _settings.get('database.port', '5432'),
'ATOMIC_REQUESTS': True
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment