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 でデプロイしたいと考えています。しかし、djangoアプリを起動せずにsettings.py urls.py views.pyを直接使用しており、gunicornにはアプリケーション名が必要です。
アプリのない django プロジェクトを展開するにはどうすればよいですか。
gunicorn_django コマンドではアプリケーション名は必要ありません。projetcフォルダーでgunicorn_djangoコマンドを実行するか、設定のパスを彼に伝えてください
http://gunicorn.org/run.html#gunicorn-django