debian: enable ATOMIC_REQUESTS database flag (#45007)

This commit is contained in:
Thomas NOËL 2020-07-10 10:37:12 +02:00
parent 23354a75e4
commit a0857fa392
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ PROJECT_NAME = 'zoo'
#
exec(open('/usr/lib/hobo/debian_config_common.py').read())
# re-enable atomic requests (erased by hobo/debian_config_common.py)
DATABASES['default']['ATOMIC_REQUESTS'] = True
# Cancel mellon specific settings