django-cryptolock/django_cryptolock
Gonçalo Valério c1fc972668 First implementation of authentication views for DRF projects 2020-07-14 18:17:55 +01:00
..
migrations format migration file 2020-05-12 17:02:10 +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 bumb version 2020-03-31 18:42:47 +01:00
api_views.py First implementation of authentication views for DRF projects 2020-07-14 18:17:55 +01:00
apps.py Remove non-required code and format with black 2019-10-14 13:13:54 +01:00
backends.py update documentation 2020-03-31 18:37:34 +01:00
forms.py fix error related to mutating data while validating the challenge 2020-05-12 17:50:40 +01:00
managers.py current active challenges are now stored on the database 2020-05-12 16:53:23 +01:00
mixins.py First implementation of authentication views for DRF projects 2020-07-14 18:17:55 +01:00
models.py current active challenges are now stored on the database 2020-05-12 16:53:23 +01:00
serializers.py First implementation of authentication views for DRF projects 2020-07-14 18:17:55 +01:00
urls.py update documentation 2020-03-31 18:37:34 +01:00
utils.py First implementation of authentication views for DRF projects 2020-07-14 18:17:55 +01:00
validators.py add bitcoin to address model 2020-02-19 15:04:19 +00:00
views.py First implementation of authentication views for DRF projects 2020-07-14 18:17:55 +01:00