From a0857fa392e6a9b551cc5ccd318c8b8635451f7f Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Fri, 10 Jul 2020 10:37:12 +0200 Subject: [PATCH] debian: enable ATOMIC_REQUESTS database flag (#45007) --- debian/debian_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/debian_config.py b/debian/debian_config.py index 40087a2..cd1a2a3 100644 --- a/debian/debian_config.py +++ b/debian/debian_config.py @@ -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