Skip to content

fcpauldiaz/Keydex

Repository files navigation

Keydex

Amazon Seller Services

Installation

pip install -r requirements.txt

Deployment to Heroku

$ 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.

Using Python 2.7?

Just update runtime.txt to python-2.7.13 (no trailing spaces or newlines!).

License: MIT

Further Reading