Konfigurasi whitenoise Anda tidak kompatibel dengan whitenoise v4.0

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

application = WhiteNoise(get_wsgi_application())
MitchAloha