chol
/
eva
forked from tohe/eva
1
0
Fork 0

accountMiddleware package needed to be added

This commit is contained in:
Chloe Oltramari 2023-10-24 16:38:48 +02:00
parent f5f10c5414
commit b0d1aa1b00
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ MIDDLEWARE = [
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
]
'allauth.account.middleware.AccountMiddleware'
]
ROOT_URLCONF = 'eva.urls'