settings: remove ATOMIC_REQUESTS=True (#52627)

This commit is contained in:
Benjamin Dauvergne 2021-04-01 14:51:44 +02:00
parent 36fd7c6545
commit f361cfdd16
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ MIDDLEWARE = (
'authentic2.middleware.journal_middleware',
)
DATABASES['default']['ATOMIC_REQUESTS'] = True
MIDDLEWARE += (
'authentic2.middleware.DisplayMessageBeforeRedirectMiddleware',
'authentic2.middleware.CollectIPMiddleware',