Django ImproperlyConfigured: WSGI application 'myproject.wsgi.application' could not be loaded; Error importing module

后端 未结 8 1363
生来不讨喜
生来不讨喜 2021-02-08 01:04

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

8条回答
  •  名媛妹妹
    2021-02-08 01:43

    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.

提交回复
热议问题