Skip to content

Commit

Permalink
[chores] Added compatibility with django-allauth~=0.63.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Sep 4, 2024
1 parent 8001c3b commit 595eb13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'allauth.account.middleware.AccountMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
# 'debug_toolbar.middleware.DebugToolbarMiddleware',
Expand Down

0 comments on commit 595eb13

Please sign in to comment.