Which are the best web free hosts to practice Django deployment? [closed] Which are the best web free hosts to practice Django deployment? [closed] django django

Which are the best web free hosts to practice Django deployment? [closed]


try pythonanywhere. imo, its one of the best free django cloud host you can find


Heroku is free. It uses deployment via git, so you will also learn that in the process.

I suggest setting up an account at Github - also free for public repositories - and following the tutorial to setup the repository for your app. Then learn how to deploy that repo to Heroku.

The documentation of both sites is fantastic.