How to deploy a Django app to Heroku
Introduction Here we'll deploy a To-Do app I made in Django. Here's source-code. Initial Setup Installing Heroku CLI On Linux curl https://cli-assets.heroku.com/install.sh | sh On Windows Just download and install the Heroku CLI from here. ...
Jan 3, 20218 min read107
