Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from fahdk/master
Browse files Browse the repository at this point in the history
thanks you
  • Loading branch information
foxmask authored Jan 18, 2018
2 parents adab436 2a83248 commit 54efee6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dj_diabetes/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 40,12 @@
'dj_diabetes',
]

MIDDLEWARE_CLASSES = [
MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'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 54efee6

Please sign in to comment.