We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b035dd commit b0e1b9cCopy full SHA for b0e1b9c
screencast/settings.py
@@ -59,7 +59,7 @@
59
'django.contrib.auth.middleware.AuthenticationMiddleware',
60
'django.contrib.messages.middleware.MessageMiddleware',
61
'django.middleware.clickjacking.XFrameOptionsMiddleware',
62
- 'whitenoise.middleware.WhiteNoiseMiddleware',
+
63
]
64
AUTHENTICATION_BACKENDS = (
65
'rest_framework_social_oauth2.backends.DjangoOAuth2',
screencast/wsgi.py
@@ -15,5 +15,3 @@
15
16
application = get_wsgi_application()
17
18
-from whitenoise.django import DjangoWhiteNoise
19
-application = DjangoWhiteNoise(application)
0 commit comments