Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RasButAss authored Mar 5, 2024
1 parent 80bdcc1 commit 1becba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth3/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
# 'django.middleware.csrf.CsrfViewMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
"corsheaders.middleware.CorsMiddleware",
Expand Down

0 comments on commit 1becba3

Please sign in to comment.