Deploy a Flask Application on Heroku

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 13

  • @pabloahermun
    @pabloahermun Год назад +3

    As of now, it seems to be no free plan available on Heroku anymore :/

  • @reconman763
    @reconman763 2 года назад +1

    Thank you, the Heroku tutorial only gives you a completed repo with no instructions on what's actually needed.
    Was missing gunicorn and the Procfile.

  • @mrpid87
    @mrpid87 Год назад +1

    I also found that activating the venv needed a "." at the start so the command was ".\venv\Scripts\activate" - for anyone else getting the error that venv module could not be found etc.

  • @mrpid87
    @mrpid87 Год назад +1

    AND just spend 3 hours trying to figure out why pushing to master was failing. My procfile was created in UTF-16 rather than 8. That was fun trying to figure out...

  • @SajinSA
    @SajinSA 2 года назад

    Underratted Video🤯

  • @jacksongunther5849
    @jacksongunther5849 Год назад

    Why do I just see errors in my logs? followed exactly on windows 10

  • @deepanshumolasi7151
    @deepanshumolasi7151 2 года назад

    when i type python3 -m venv venv it says python 3 cannot be recognised but i have python 3 installed on my pc i installed it when i installed anaconda

    • @anasawad1282
      @anasawad1282 Год назад +2

      try this : python -m venv venv

  • @serychristianrenaud
    @serychristianrenaud 2 года назад

    thanks ...

  • @ezzioven
    @ezzioven 2 года назад

    thanks !

    • @ezzioven
      @ezzioven 7 месяцев назад

      saved my life