update to remove old whitenoise setup

This commit is contained in:
John Matthew 2016-07-07 21:47:39 -07:00
parent 22b1bdf656
commit 47671cfcf7
1 changed files with 1 additions and 3 deletions

View File

@ -13,6 +13,4 @@ from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project.settings")
from whitenoise.django import DjangoWhiteNoise
application = DjangoWhiteNoise(get_wsgi_application())
application = get_wsgi_application()