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 74b8163 commit f50040cCopy full SHA for f50040c
screencast/wsgi.py
@@ -15,3 +15,5 @@
15
16
application = get_wsgi_application()
17
18
+from whitenoise.django import DjangoWhiteNoise
19
+application = DjangoWhiteNoise(application)
0 commit comments