django.core.exceptions.ImproperlyConfigured: WSGI application 'application' could not be loaded

前端 未结 14 3116
[愿得一人]
[愿得一人] 2021-02-20 06:19

The scenario is,

I cloned the Django code for OpenShift-V3 from here . When I run the code using python manage.py runserver getting an error as,

14条回答
  •  情歌与酒
    2021-02-20 06:23

    Make sure you are in desired python Environment

    Get the requirements.txt file or the python modules list, which are needed to execute django.

    Install all the Modules and you shall be good to go.

提交回复
热议问题