前提・実現したいこと
Herokuに公開した自作のアプリが、本当に公開されているのかを知りたいです。
発生している問題?
この画像が出ればアプリが公開されているとのネット情報なのですが、https://XXX.herokuapp.com/ につなげても、この画像になっています。
最初にした質問から、もう一度Herokuに公開し直したのですが、自分のアプリが公開されているのか/されていないのかがわからずにいます。
公開したアプリのURLを送らなければならず、困ってます。
どうすれば良いのでしょうか?
懸念点
以下のターミナルのログを見ると、追加した覚えがないDjangoの文字が……。これが原因なのでしょうか???
bash
1(base) MacBook-Pro:python-getting-started XXX$ git push heroku main 2Enumerating objects: 506, done. 3Counting objects: 100% (506/506), done. 4Delta compression using up to 12 threads 5Compressing objects: 100% (236/236), done. 6Writing objects: 100% (506/506), 93.76 KiB | 93.76 MiB/s, done. 7Total 506 (delta 234), reused 506 (delta 234), pack-reused 0 8remote: Compressing source files... done. 9remote: Building source: 10remote: 11remote: -----> Building on the Heroku-20 stack 12remote: -----> Determining which buildpack to use for this app 13remote: -----> Python app detected 14remote: -----> Using Python version specified in runtime.txt 15remote: -----> Installing python-3.10.1 16remote: -----> Installing pip 21.3.1, setuptools 57.5.0 and wheel 0.37.0 17remote: -----> Installing SQLite3 18remote: -----> Installing requirements with pip 19remote: Collecting django 20remote: Downloading Django-4.0-py3-none-any.whl (8.0 MB) 21remote: Collecting gunicorn 22remote: Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB) 23remote: Collecting django-heroku 24remote: Downloading django_heroku-0.3.1-py2.py3-none-any.whl (6.2 kB) 25remote: Collecting sqlparse>=0.2.2 26remote: Downloading sqlparse-0.4.2-py3-none-any.whl (42 kB) 27remote: Collecting asgiref<4,>=3.4.1 28remote: Downloading asgiref-3.4.1-py3-none-any.whl (25 kB) 29remote: Collecting psycopg2 30remote: Downloading psycopg2-2.9.3.tar.gz (380 kB) 31remote: Preparing metadata (setup.py): started 32remote: Preparing metadata (setup.py): finished with status 'done' 33remote: Collecting dj-database-url>=0.5.0 34remote: Downloading dj_database_url-0.5.0-py2.py3-none-any.whl (5.5 kB) 35remote: Collecting whitenoise 36remote: Downloading whitenoise-5.3.0-py2.py3-none-any.whl (19 kB) 37remote: Building wheels for collected packages: psycopg2 38remote: Building wheel for psycopg2 (setup.py): started 39remote: Building wheel for psycopg2 (setup.py): finished with status 'done' 40remote: Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=586508 sha256=3b27bb11ee1b37087c2b7ff35e96661c9f7316ac6de8543896c4e3a862b7518e 41remote: Stored in directory: /tmp/pip-ephem-wheel-cache-0bhoohbr/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e 42remote: Successfully built psycopg2 43remote: Installing collected packages: sqlparse, asgiref, whitenoise, psycopg2, django, dj-database-url, gunicorn, django-heroku 44remote: Successfully installed asgiref-3.4.1 dj-database-url-0.5.0 django-4.0 django-heroku-0.3.1 gunicorn-20.1.0 psycopg2-2.9.3 sqlparse-0.4.2 whitenoise-5.3.0 45remote: -----> $ python manage.py collectstatic --noinput 46remote: 129 static files copied to '/tmp/build_a115c090/staticfiles', 379 post-processed. 47remote: 48remote: -----> Discovering process types 49remote: Procfile declares types -> web 50remote: 51remote: -----> Compressing... 52remote: Done: 67.6M 53remote: -----> Launching... 54remote: Released v5 55remote: https://xxx.herokuapp.com/ deployed to Heroku 56remote: 57remote: Verifying deploy... done. 58To https://git.heroku.com/xxx.git 59 * [new branch] main -> main
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。