/django-getpaid-przelewy24

Przelewy24 plugin for django-getpaid

Primary LanguagePythonMIT LicenseMIT

Getpaid-Przelewy24

https://travis-ci.org/k-lyda/django-getpaid-przelewy24.svg?branch=master

django-getpaid processor for Przelewy24

Documentation

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

Quickstart

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)),
    ...
]

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: