Skip to content

Commit f50040c

Browse files
committed
heroku changes
1 parent 74b8163 commit f50040c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

screencast/wsgi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515

1616
application = get_wsgi_application()
1717

18+
from whitenoise.django import DjangoWhiteNoise
19+
application = DjangoWhiteNoise(application)

0 commit comments

Comments
 (0)