File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ def INSTALLED_APPS(self): # noqa
68
68
# third party apps
69
69
'linaro_django_pagination' ,
70
70
'taggit' ,
71
- 'djangosecure' ,
72
71
'guardian' ,
73
72
'django_gravatar' ,
74
73
'rest_framework' ,
@@ -125,7 +124,7 @@ def INSTALLED_APPS(self): # noqa
125
124
'readthedocs.core.middleware.FooterNoSessionMiddleware' ,
126
125
'django.middleware.locale.LocaleMiddleware' ,
127
126
'django.middleware.common.CommonMiddleware' ,
128
- 'djangosecure .middleware.SecurityMiddleware' ,
127
+ 'django .middleware.security .SecurityMiddleware' ,
129
128
'django.middleware.csrf.CsrfViewMiddleware' ,
130
129
'django.contrib.auth.middleware.AuthenticationMiddleware' ,
131
130
'django.contrib.messages.middleware.MessageMiddleware' ,
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ pytz==2013b
46
46
beautifulsoup4==4.1.3
47
47
Unipath==0.2.1
48
48
django-kombu==0.9.4
49
- django-secure==0.1.2
50
49
mimeparse==0.1.3
51
50
mock==1.0.1
52
51
stripe==1.20.2
You can’t perform that action at this time.
0 commit comments