Skip to main content

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

Project description

https://badge.fury.io/py/django-wallets.svg https://travis-ci.org/narnikgamarnikus/django-wallets.svg?branch=master https://codecov.io/gh/narnikgamarnikus/django-wallets/branch/master/graph/badge.svg

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:

History

0.1.0 (2018-03-20)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-wallets-0.1.46.tar.gz (75.9 kB view details)

Uploaded Source

File details

Details for the file django-wallets-0.1.46.tar.gz.

File metadata

File hashes

Hashes for django-wallets-0.1.46.tar.gz
Algorithm Hash digest
SHA256 2eaa85bee8d9623482ff7f39392d60089f0eada840f406949ed2065c8b87293e
MD5 f0b6b653d55097eb6fa77c04a694935b
BLAKE2b-256 3038c6c7d8827f155d94d86d26caf60ee5c9b7fa3abac9c3fea85b30e0b7f912

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page