Amazon Seller Services
pip install -r requirements.txt
$ git init
$ git add -A
$ git commit -m "Initial commit"
$ heroku create
$ git push heroku master
$ heroku run python manage.py migrate
See also, a ready-made application, ready to deploy.
Just update runtime.txt
to python-2.7.13
(no trailing spaces or newlines!).