mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
3de7c28781
When running on latest Django, there is a warning message: ``` /usr/local/lib/python3.9/site-packages/rest_auth/urls.py:18: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path() ``` This PR fixes that by changing url to re_path, as suggested in the warning. |
||
---|---|---|
demo | ||
docs | ||
rest_auth | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
dev-requirements.txt | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
runtests.py | ||
setup.cfg | ||
setup.py |
Welcome to django-rest-auth =========================== .. image:: https://travis-ci.org/Tivix/django-rest-auth.svg :target: https://travis-ci.org/Tivix/django-rest-auth .. image:: https://coveralls.io/repos/Tivix/django-rest-auth/badge.svg :target: https://coveralls.io/r/Tivix/django-rest-auth?branch=master .. image:: https://readthedocs.org/projects/django-rest-auth/badge/?version=latest :target: https://readthedocs.org/projects/django-rest-auth/?badge=latest Django-rest-auth provides a set of REST API endpoints for Authentication and Registration Documentation ------------- http://django-rest-auth.readthedocs.org/en/latest/ Source code ----------- https://github.com/Tivix/django-rest-auth Stack Overflow ----------- http://stackoverflow.com/questions/tagged/django-rest-auth