Skip to content

Commit c9756ee

Browse files
committed
update demo for old django version
1 parent 0e3b897 commit c9756ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exmaples/demo/demo/settings.py

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
'django.middleware.clickjacking.XFrameOptionsMiddleware',
5151
]
5252

53+
MIDDLEWARE_CLASSES = MIDDLEWARE
54+
5355
ROOT_URLCONF = 'demo.urls'
5456

5557
TEMPLATES = [

0 commit comments

Comments
 (0)