Skip to content

Commit

Permalink
Fixing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaghiraldini committed Jan 25, 2019
1 parent 4e8f3df commit 53c8524
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/example/settings.py
Expand Up @@ -42,13 +42,12 @@
# they should be added here
]

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 53c8524

Please sign in to comment.