I have an almost fresh install of django and when I try to python manage.py runserver.It is is giving me this error:
ImproperlyConfigured: WSGI applicati
Check the settings.py,
MIDDLEWARE=[ 'whitenoise.middleware.WhiteNoiseMiddleware', ]
remove 'whitenoise.middleware.WhiteNoiseMiddleware', or install Whitenoise (pip install whitenoise)
'whitenoise.middleware.WhiteNoiseMiddleware',