This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: Should use MIDDLEWARE instead of MIDDLEWARE_CLASSES
pull/218/head
winkidney
4 years ago
parent
e8d15badd2
commit
7398bc11f8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pinry/settings/base.py
+ 1
- 1
pinry/settings/base.py
View File
@@ -26,7 +26,7 @@ INSTALLED_APPS = [
ROOT_URLCONF = 'pinry.urls'
MIDDLEWARE
_CLASSES
= [
MIDDLEWARE = [
'django.middleware.csrf.CsrfViewMiddleware',
'django.middleware.security.SecurityMiddleware',
Write
Preview
Loading…
Cancel
Save