Skip to content

Commit

Permalink
Django 1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 2, 2016
1 parent efce4de commit 66be14a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions nikolausers/settings.py
Expand Up @@ -45,16 +45,15 @@
'newrelic.extras.framework_django',
)

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',
'django.middleware.security.SecurityMiddleware',
)
]

ROOT_URLCONF = 'nikolausers.urls'

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
decorator==4.0.6
Django==1.9.4
Django==1.10
docopt==0.6.2
ipython==4.0.1
ipython-genutils==0.1.0
Expand Down

0 comments on commit 66be14a

Please sign in to comment.