/django-wallets

Primary LanguagePythonMIT LicenseMIT

Django wallets

image

image

image

BTC, LTC, DASH, DOGE wallets for each user with withdraw with webhook

Documentation

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

Quickstart

Install Django wallets:

pip install django-wallets

Add it to your `INSTALLED_APPS`:

INSTALLED_APPS = (
    ...
    'wallets.apps.WalletsConfig',
    ...
)

Add Django wallets's URL patterns:

from wallets import urls as wallets_urls


urlpatterns = [
    ...
    url(r'^', include(wallets_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: