前提・実現したいこと
Herokuに公開した自作のアプリが、本当に公開されているのかを知りたいです。
発生している問題?
この画像が出ればアプリが公開されているとのネット情報なのですが、https://XXX.herokuapp.com/ につなげても、この画像になっています。
最初にした質問から、もう一度Herokuに公開し直したのですが、自分のアプリが公開されているのか/されていないのかがわからずにいます。
公開したアプリのURLを送らなければならず、困ってます。
どうすれば良いのでしょうか?
懸念点
以下のターミナルのログを見ると、追加した覚えがないDjangoの文字が……。これが原因なのでしょうか???
bash
(base) MacBook-Pro:python-getting-started XXX$ git push heroku main Enumerating objects: 506, done. Counting objects: 100% (506/506), done. Delta compression using up to 12 threads Compressing objects: 100% (236/236), done. Writing objects: 100% (506/506), 93.76 KiB | 93.76 MiB/s, done. Total 506 (delta 234), reused 506 (delta 234), pack-reused 0 remote: Compressing source files... done. remote: Building source: remote: remote: -----> Building on the Heroku-20 stack remote: -----> Determining which buildpack to use for this app remote: -----> Python app detected remote: -----> Using Python version specified in runtime.txt remote: -----> Installing python-3.10.1 remote: -----> Installing pip 21.3.1, setuptools 57.5.0 and wheel 0.37.0 remote: -----> Installing SQLite3 remote: -----> Installing requirements with pip remote: Collecting django remote: Downloading Django-4.0-py3-none-any.whl (8.0 MB) remote: Collecting gunicorn remote: Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB) remote: Collecting django-heroku remote: Downloading django_heroku-0.3.1-py2.py3-none-any.whl (6.2 kB) remote: Collecting sqlparse>=0.2.2 remote: Downloading sqlparse-0.4.2-py3-none-any.whl (42 kB) remote: Collecting asgiref<4,>=3.4.1 remote: Downloading asgiref-3.4.1-py3-none-any.whl (25 kB) remote: Collecting psycopg2 remote: Downloading psycopg2-2.9.3.tar.gz (380 kB) remote: Preparing metadata (setup.py): started remote: Preparing metadata (setup.py): finished with status 'done' remote: Collecting dj-database-url>=0.5.0 remote: Downloading dj_database_url-0.5.0-py2.py3-none-any.whl (5.5 kB) remote: Collecting whitenoise remote: Downloading whitenoise-5.3.0-py2.py3-none-any.whl (19 kB) remote: Building wheels for collected packages: psycopg2 remote: Building wheel for psycopg2 (setup.py): started remote: Building wheel for psycopg2 (setup.py): finished with status 'done' remote: Created wheel for psycopg2: filename=psycopg2-2.9.3-cp310-cp310-linux_x86_64.whl size=586508 sha256=3b27bb11ee1b37087c2b7ff35e96661c9f7316ac6de8543896c4e3a862b7518e remote: Stored in directory: /tmp/pip-ephem-wheel-cache-0bhoohbr/wheels/81/b6/3d/091aad3e8919ea76c84c2674b02ce3ab52de882e091c39249e remote: Successfully built psycopg2 remote: Installing collected packages: sqlparse, asgiref, whitenoise, psycopg2, django, dj-database-url, gunicorn, django-heroku remote: 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 remote: -----> $ python manage.py collectstatic --noinput remote: 129 static files copied to '/tmp/build_a115c090/staticfiles', 379 post-processed. remote: remote: -----> Discovering process types remote: Procfile declares types -> web remote: remote: -----> Compressing... remote: Done: 67.6M remote: -----> Launching... remote: Released v5 remote: https://xxx.herokuapp.com/ deployed to Heroku remote: remote: Verifying deploy... done. To https://git.heroku.com/xxx.git * [new branch] main -> main
まだ回答がついていません
会員登録して回答してみよう