DevOps
heroku
Aug 13, 2019     1 minutes read

1. What is heroku and why would you use it?

2. Curiosities

3. Basic, most useful commands

I assume you managed to install heroku api (pip install django-heroku). I recommend installing it in your venv, preferably in the venv of your django project. If you faced any problems with installation, follow the instructions in this tutorial.

You can list all the available commands by executing heroku command.