Dotpay backend for django-getpaid
The full documentation is at https://getpaid-dotpay.readthedocs.io.
Install Getpaid-Dotpay:
pip install getpaid-dotpay
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'getpaid',
'getpaid_dotpay',
...
)
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: