Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.27 KB

README.rst

File metadata and controls

65 lines (42 loc) · 1.27 KB

Getpaid-Dotpay

https://travis-ci.org/django-getpaid/getpaid-dotpay.svg?branch=master

Dotpay backend for django-getpaid

Documentation

The full documentation is at https://getpaid-dotpay.readthedocs.io.

Quickstart

Install Getpaid-Dotpay:

pip install getpaid-dotpay

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'getpaid',
    'getpaid_dotpay',
    ...
)

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: