django-cryptolock/django_cryptolock
Gonçalo Valério 9b72049576 bump version 2020-01-08 18:44:37 +00:00
..
migrations update makefile and format all code with black 2019-10-19 21:25:34 +01:00
static Initial commit. Cookiecutter based project structure 2019-09-24 18:02:54 +01:00
templates/django_cryptolock Initial commit. Cookiecutter based project structure 2019-09-24 18:02:54 +01:00
__init__.py bump version 2020-01-08 18:44:37 +00:00
apps.py Remove non-required code and format with black 2019-10-14 13:13:54 +01:00
backends.py MoneroAddressBackend now handles extra keyword arguments that might be provided. Also added more tests 2020-01-06 17:24:27 +00:00
forms.py added simple monero auth views and forms 2019-11-25 17:08:43 +00:00
models.py add tests for the current address model and validator 2019-10-15 19:13:39 +01:00
urls.py Add urls.py and move default template location to cryptolock folder 2019-11-30 21:46:54 +00:00
utils.py added djcl namespace to all settings related to this project 2020-01-06 12:23:41 +00:00
validators.py add tests for the current address model and validator 2019-10-15 19:13:39 +01:00
views.py Add urls.py and move default template location to cryptolock folder 2019-11-30 21:46:54 +00:00