エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Configuring Django Apps for Heroku | Heroku Dev Center
Last updated February 22, 2023 The basics First, and most importantly, Heroku web applications re... Last updated February 22, 2023 The basics First, and most importantly, Heroku web applications require a Procfile. This file is used to explicitly declare your application’s process types and entry points. It is located in the root of your repository. Procfile web: gunicorn myproject.wsgi This Procfile requires Gunicorn, the production web server that we recommend for Django applications. For more
2016/08/28