Skip to content

Commit

Permalink
add allauth-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshgurpude authored Sep 9, 2024
1 parent c12dfb3 commit 3e6933c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions medical/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'corsheaders.middleware.CorsMiddleware',
'allauth.account.middleware.AccountMiddleware',
]

ROOT_URLCONF = 'medical.urls'
Expand Down

0 comments on commit 3e6933c

Please sign in to comment.