django-payway is a collection of billing applications. You can handle and collect payment responses from other payment systems.
Please, contact with me by email [email protected]
See main requirements in pip-requirements.txt
Run tests:
$ virtualenv payway-env $ cd payway-env/ $ . bin/activate $ git clone [email protected]:RANUX/django-payway.git $ cd django-payway/ $ pip install -U -r pip-requirements.txt $ ./runtests
Run payway_demo and go to http://127.0.0.1:8000/accounts/list/ More examples you can find in tests