Merge pull request #3 from Ensembl/feat/user_authentication_api
User authentication API
Showing
asgiref==3.2.10 | ||
attrs==20.1.0 | ||
attrs==20.2.0 | ||
coverage==5.2.1 | ||
Django==3.1 | ||
Django==2.2 | ||
djangorestframework==3.11.1 | ||
iniconfig==1.0.1 | ||
more-itertools==8.5.0 | ||
mysqlclient==2.0.1 | ||
... | ... |
users/api/__init__.py
0 → 100644
users/api/serializers.py
0 → 100644
users/api/tests.py
0 → 100644
users/api/urls.py
0 → 100644
users/api/views.py
0 → 100644
Please register or sign in to comment