accountMiddleware package needed to be added
This commit is contained in:
parent
f5f10c5414
commit
b0d1aa1b00
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue