Skip to content

django-getpaid/django-getpaid-dotpay

Repository files navigation

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:

About

Dotpay plugin for django-getpaid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published