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
From my experience this happens when I try to execute runserver but I haven't installed all custom MIDDLEWARE in setting.py. After identifying and installing the middlewares the error is resolved.