BTC, LTC, DASH, DOGE wallets for each user with withdraw with webhook
The full documentation is at https://django-wallets.readthedocs.io.
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)),
...
]
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: