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.
...
undefinedzack.hashnode.dev8 min read
Abhishek Chohan
Student
Thanks for the tutorial ,it was very helpful