Hi!
I deployed the app on Heroku.
I succeed in running it from terminal and heroku's console, but I cannot open it in the web browser using the app URL.
In the Procfile I wrote
web: python app.py runserver 0.0.0.0:5000
Thank you for you time and best wishes for your future projects
Hi! I deployed the app on Heroku. I succeed in running it from terminal and heroku's console, but I cannot open it in the web browser using the app URL. In the Procfile I wrote
web: python app.py runserver 0.0.0.0:5000
Thank you for you time and best wishes for your future projects