29.2.2 Deployment Tools
Heroku supplies a command-line interface (CLI) for interacting with its platform and a number of Python tools for our site to more easily interact with its add-ons and dynos.
To download the CLI, browse to https://toolbelt.heroku.com/, download the package for your system, and install it. The CLI enables you to interact with the heroku command in the terminal. The toolbelt also installs the foreman tool, which you can read more about at http://theforeman.org/.
In our project, we need to install the Python package called django-toolbelt. The django-toolbelt is different from Heroku’s toolbelt CLI. The toolbelt is a command-line interface for interacting with Heroku, while the django-toolbelt Python package is a set of tools ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access