Ihre Whitenoise -Konfiguration ist mit Whitenoise v4.0 nicht kompatibel

#In the wsgi.py file use
from whitenoise import WhiteNoise

application = WhiteNoise(get_wsgi_application())
MitchAloha