RANUX / django-payway

Payement applications for Django

Home Page:http://payway.httpbots.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 admin@httpbots.com

Requirements

See main requirements in pip-requirements.txt

Example

Run tests:

$ virtualenv payway-env
$ cd payway-env/
$ . bin/activate
$ git clone git@github.com: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/

About

Payement applications for Django

http://payway.httpbots.com

License:Other


Languages

Language:Python 100.0%