heroku django example
Example 1: heroku django procfile
web: gunicorn myproject.wsgi
Example 2: how to deploy to heroku djangorest framework app
heroku login
You will prompt to provide heroku credentials(Email and password), once you have authenticated you can access both heroku and git commands.