Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 931 Bytes

README.rst

File metadata and controls

34 lines (25 loc) · 931 Bytes

About

django-payway is a collection of billing applications. You can handle and collect payment responses from other payment systems.

Integration with your site

Please, contact with me by email [email protected]

Requirements

See main requirements in pip-requirements.txt

Example

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

Demo

http://payway.httpbots.com/