Skip to content

HandyCodeJob/django-coin-hive

Repository files navigation

Django Coin-Hive

https://travis-ci.org/sydhenry/django-coin-hive.svg?branch=master

Intergrate Coin-Hive cryptocurrency miner with django projects

NOTE: This project is being built in tandem with another project. If you try to use this package, you will run into problems. When this is released to pip, it will be stable

Disclaimer

This project is not endorsed by or affiliated with coinhive.com in any way.

Documentation

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

Quickstart

Install Django Coin-Hive:

pip install django-coin-hive

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_coin_hive.apps.DjangoCoinHiveConfig',
    ...
)

Add Django Coin-Hive's URL patterns:

from django_coin_hive import urls as django_coin_hive_urls


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

About

Coin-Hive integration for Django.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published