mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-10 19:26:35 +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)
81f435125b
The url paths ``` url(r'^rest-auth/', include('rest_auth.urls')), url(r'^rest-auth/registration/', include('rest_auth.registration.urls')), ``` Weren't working for me, I kept getting an ImportError `No module named 'app_settings'`. This fixes that issue for me on Win7 x64, Python 3.4, Django 1.7 |
||
---|---|---|
demo | ||
docs | ||
rest_auth | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
runtests.py | ||
setup.py | ||
test_requirements.pip | ||
test_settings.py |
Welcome to django-rest-auth =========================== .. image:: https://travis-ci.org/Tivix/django-rest-auth.png :target: https://travis-ci.org/Tivix/django-rest-auth .. image:: https://coveralls.io/repos/Tivix/django-rest-auth/badge.png :target: https://coveralls.io/r/Tivix/django-rest-auth?branch=master .. image:: https://requires.io/github/Tivix/django-rest-auth/requirements.png?branch=master :target: https://requires.io/github/Tivix/django-rest-auth/requirements/?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