質問編集履歴

5

文法の修正

2018/04/02 07:07

投稿

yutthi555
yutthi555

スコア12

test CHANGED
File without changes
test CHANGED
@@ -138,19 +138,21 @@
138
138
 
139
139
  error code h10の意味は
140
140
 
141
- [https://devcenter.heroku.com/articles/error-codes#h10-app-crashed](URL)
141
+ [Heroku Error Codes](https://devcenter.heroku.com/articles/error-codes#h10-app-crashed)
142
142
 
143
143
  Web dynoがクラッシュしていると書いてあります。
144
144
 
145
145
  同じ内容でerrorを起こしていそうな方の記事をみてみるとProcfileに問題があるのではと思い、内容を変更しましたが、変わりませんでした。
146
146
 
147
- [https://stackoverflow.com/questions/28271011/django-heroku-failing-to-launch-at-error-code-h10-desc-app-crashed/40172326](URL)
147
+ [Django: Heroku Failing to launch, at=error code=H10 desc=“App crashed”](https://stackoverflow.com/questions/28271011/django-heroku-failing-to-launch-at-error-code-h10-desc-app-crashed/40172326)
148
+
149
+
148
150
 
149
151
 
150
152
 
151
153
  guniconeもこちらの記事通りインストールしました。
152
154
 
153
- [https://devcenter.heroku.com/articles/python-gunicorn#adding-gunicorn-to-your-application](URL)
155
+ [Deploying Python Applications with Gunicorn](https://devcenter.heroku.com/articles/python-gunicorn#adding-gunicorn-to-your-application)
154
156
 
155
157
 
156
158
 

4

文法の修正

2018/04/02 07:07

投稿

yutthi555
yutthi555

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- [](https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893)
3
+ [DjangoアプリをHerokuにデプロイする](https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893)
4
4
 
5
5
  こちらに書かれている内容の通りに一通り実行してみました。
6
6
 

3

文法の修正

2018/04/02 07:05

投稿

yutthi555
yutthi555

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- [https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893](URL)
3
+ [](https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893)
4
4
 
5
5
  こちらに書かれている内容の通りに一通り実行してみました。
6
6
 

2

文法の修正

2018/04/02 07:04

投稿

yutthi555
yutthi555

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,8 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
-
4
-
5
- https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893
3
+ [https://qiita.com/Shitimi_613/items/6627d0ce042d38b86893](URL)
6
4
 
7
5
  こちらに書かれている内容の通りに一通り実行してみました。
8
6
 
@@ -140,17 +138,21 @@
140
138
 
141
139
  error code h10の意味は
142
140
 
143
- https://devcenter.heroku.com/articles/error-codes#h10-app-crashed
141
+ [https://devcenter.heroku.com/articles/error-codes#h10-app-crashed](URL)
144
142
 
145
143
  Web dynoがクラッシュしていると書いてあります。
146
144
 
147
145
  同じ内容でerrorを起こしていそうな方の記事をみてみるとProcfileに問題があるのではと思い、内容を変更しましたが、変わりませんでした。
148
146
 
149
- https://stackoverflow.com/questions/28271011/django-heroku-failing-to-launch-at-error-code-h10-desc-app-crashed/40172326
147
+ [https://stackoverflow.com/questions/28271011/django-heroku-failing-to-launch-at-error-code-h10-desc-app-crashed/40172326](URL)
148
+
149
+
150
150
 
151
151
  guniconeもこちらの記事通りインストールしました。
152
152
 
153
- https://devcenter.heroku.com/articles/python-gunicorn#adding-gunicorn-to-your-application
153
+ [https://devcenter.heroku.com/articles/python-gunicorn#adding-gunicorn-to-your-application](URL)
154
+
155
+
154
156
 
155
157
  インストールしたあと呼び出せていないということなのでしょうか。
156
158
 

1

文法の修正

2018/04/02 07:03

投稿

yutthi555
yutthi555

スコア12

test CHANGED
File without changes
test CHANGED
@@ -164,6 +164,10 @@
164
164
 
165
165
 
166
166
 
167
+
168
+
169
+ Procfile
170
+
167
171
  ```
168
172
 
169
173
  web: gunicorn myDjango.wsgi --log-file -