Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 django 项目,我想用 gunicorn/nginx 部署它。但是我直接使用settings.py urls.py views.py 没有启动django应用程序,gunicorn需要应用程序名称。
如何部署没有应用程序的 django 项目。
gunicorn_django 命令不需要应用程序名称。只需在您的 projetc 文件夹中运行 gunicorn_django 命令或将设置路径告诉他
http://gunicorn.org/run.html#gunicorn-django