Su configuración de Whitenoise es incompatible con Whitenoise V4.0

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

application = WhiteNoise(get_wsgi_application())
MitchAloha