Skip to main content

Django authentication using cryptocurrency wallets

Project description

https://badge.fury.io/py/django-cryptolock.svg https://travis-ci.org/dethos/django-cryptolock.svg?branch=master https://coveralls.io/repos/github/dethos/django-cryptolock/badge.svg

Django authentication using cryptocurrency wallets

Documentation

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

Quickstart

Install Django-Cryptolock:

pip install django-cryptolock

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_cryptolock.apps.DjangoCryptolockConfig',
    ...
)

Add Django-Cryptolock’s URL patterns:

from django_cryptolock import urls as django_cryptolock_urls


urlpatterns = [
    ...
    url(r'^', include(django_cryptolock_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox -e <your-python-version>-django-22

Credits

Tools used in rendering this package:

History

0.0.1 (2019-09-24)

  • 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-cryptolock-0.0.1.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

django_cryptolock-0.0.1-py2.py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 2 Python 3

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