update to remove old whitenoise setup
This commit is contained in:
parent
22b1bdf656
commit
47671cfcf7
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue