Django, Virtualenv, nginx + uwsgi import module wsgi error

后端 未结 2 1474
暖寄归人
暖寄归人 2021-01-12 23:48

Im trying to setup my django project on a staging server with nginx, virtualenv, and uwsgi, but I keep getting an import module wsgi error.

If theres a community I c

2条回答
  •  半阙折子戏
    2021-01-13 00:10

    be sure to add the directory containing the wsgi.py file to the pythonpath (you can specify an unlimited series of pythonpath directives)

提交回复
热议问题