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 for the stack trace - you might find answer few lines above the line "The above exception was the direct cause of the following exception:"
It may caused for example by using of middleware from some uninstalled third party app etc.