Skip to content

Commit b0e1b9c

Browse files
committed
heroku changes
1 parent 4b035dd commit b0e1b9c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

screencast/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'django.contrib.auth.middleware.AuthenticationMiddleware',
6060
'django.contrib.messages.middleware.MessageMiddleware',
6161
'django.middleware.clickjacking.XFrameOptionsMiddleware',
62-
'whitenoise.middleware.WhiteNoiseMiddleware',
62+
6363
]
6464
AUTHENTICATION_BACKENDS = (
6565
'rest_framework_social_oauth2.backends.DjangoOAuth2',

screencast/wsgi.py

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

1616
application = get_wsgi_application()
1717

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

0 commit comments

Comments
 (0)