Djangoをherokuにアップしたいのですが、heroku open
と入力するとサイト表示画面でApplication error
と表示されてしまい解決方法がわかりません。
参考にしたサイトはこちらです。
参考サイト
〜〜各バージョン〜〜
python == 3.7.6
Django == 2.2.6
下記がエラーログです。
log
12020-10-03T12:15:52.617036+00:00 heroku[web.1]: Restarting 22020-10-03T12:16:03.148564+00:00 heroku[web.1]: Starting process with command `gunicorn works.wsgi --log-file` 32020-10-03T12:16:06.194331+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE] 42020-10-03T12:16:06.194524+00:00 app[web.1]: gunicorn: error: argument --error-logfile/--log-file: expected one argument 52020-10-03T12:16:06.283815+00:00 heroku[web.1]: Process exited with status 2 62020-10-03T12:16:06.651683+00:00 heroku[web.1]: Starting process with command `gunicorn works.wsgi --log-file` 72020-10-03T12:16:09.416602+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE] 82020-10-03T12:16:09.416781+00:00 app[web.1]: gunicorn: error: argument --error-logfile/--log-file: expected one argument 92020-10-03T12:16:09.500126+00:00 heroku[web.1]: Process exited with status 2 102020-10-03T12:16:09.557290+00:00 heroku[web.1]: State changed from starting to crashed 112020-10-03T12:16:11.004077+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=lerrow.herokuapp.com request_id=c42499fd-a06d-46e5-a2bb-9a309b77ac8e fwd="106.154.130.192" dyno= connect= service= status=503 bytes= protocol=https 122020-10-03T12:16:12.899589+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=lerrow.herokuapp.com request_id=33d03f4f-40cf-4ab2-a997-8f38eab1b408 fwd="106.154.130.192" dyno= connect= service= status=503 bytes= protocol=https 13
必要なものがあれば追記させていただきます。
アドバイスをよろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/03 21:21