ContributingΒΆ

Do this:

mkvirtualenv oscar-amazon-payments
git clone git://github.com/tangentlabs/django-oscar-amazon-payments.git
cd django-oscar-amazon-payments
make install

then you should be able to run the tests using:

./runtests.py

There is also a sandbox site for exploring a sample oscar site. Set it up:

make sandbox

and run it:

./manage.py runserver

Use the Github issue tracker for any problems.