django-getpaid processor for Przelewy24
The full documentation is at https://django-getpaid-przelewy24.readthedocs.io.
Install Getpaid-Przelewy24:
pip install django-getpaid-przelewy24
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
"getpaid",
"getpaid_przelewy24.apps.GetpaidPrzelewy24Config",
...
)
Add Getpaid-Przelewy24's URL patterns:
from getpaid_przelewy24 import urls as getpaid_przelewy24_urls
urlpatterns = [
...
url(r'^', include(getpaid_przelewy24_urls)),
...
]
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: