Commit 66be14a 1 parent efce4de commit 66be14a Copy full SHA for 66be14a
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 45
45
'newrelic.extras.framework_django' ,
46
46
)
47
47
48
- MIDDLEWARE_CLASSES = (
48
+ MIDDLEWARE = [
49
+ 'django.middleware.security.SecurityMiddleware' ,
49
50
'django.contrib.sessions.middleware.SessionMiddleware' ,
50
51
'django.middleware.common.CommonMiddleware' ,
51
52
'django.middleware.csrf.CsrfViewMiddleware' ,
52
53
'django.contrib.auth.middleware.AuthenticationMiddleware' ,
53
- 'django.contrib.auth.middleware.SessionAuthenticationMiddleware' ,
54
54
'django.contrib.messages.middleware.MessageMiddleware' ,
55
55
'django.middleware.clickjacking.XFrameOptionsMiddleware' ,
56
- 'django.middleware.security.SecurityMiddleware' ,
57
- )
56
+ ]
58
57
59
58
ROOT_URLCONF = 'nikolausers.urls'
60
59
Original file line number Diff line number Diff line change 1
1
decorator == 4.0.6
2
- Django == 1.9.4
2
+ Django == 1.10
3
3
docopt == 0.6.2
4
4
ipython == 4.0.1
5
5
ipython-genutils == 0.1.0
You can’t perform that action at this time.
0 commit comments