Skip to content

Commit

Permalink
Merge pull request heroku#64 from lepistone/patch-1
Browse files Browse the repository at this point in the history
settings: remove SessionAuthenticationMiddleware
  • Loading branch information
kennethreitz authored Apr 24, 2017
2 parents 9b400a1 + e403ed2 commit 96b16bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project_name/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
]
Expand Down

0 comments on commit 96b16bd

Please sign in to comment.