mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-29 04:23:42 +03:00
update README
This commit is contained in:
parent
af41a28cf7
commit
c6a5b198cc
28
README.md
28
README.md
|
@ -1,9 +1,31 @@
|
||||||
django-rest-auth
|
Welcome to django-rest-auth
|
||||||
================
|
===========================
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/Tivix/django-rest-auth.svg?branch=master)](https://travis-ci.org/Tivix/django-rest-auth) [![Coverage Status](https://coveralls.io/repos/Tivix/django-rest-auth/badge.png?branch=master)](https://coveralls.io/r/Tivix/django-rest-auth?branch=master) [![Requirements Status](https://requires.io/github/Tivix/django-rest-auth/requirements.png?branch=master)](https://requires.io/github/Tivix/django-rest-auth/requirements/?branch=master) [![Documentation Status](https://readthedocs.org/projects/django-rest-auth/badge/?version=latest)](https://readthedocs.org/projects/django-rest-auth/?badge=latest)
|
.. 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
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
http://django-rest-auth.readthedocs.org/en/latest/
|
http://django-rest-auth.readthedocs.org/en/latest/
|
||||||
|
|
||||||
|
|
||||||
|
Source code
|
||||||
|
-----------
|
||||||
|
https://github.com/Tivix/django-rest-auth
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ f.close()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-rest-auth',
|
name='django-rest-auth',
|
||||||
version='0.2.5',
|
version='0.3.0',
|
||||||
author='Sumit Chachra',
|
author='Sumit Chachra',
|
||||||
author_email='chachra@tivix.com',
|
author_email='chachra@tivix.com',
|
||||||
url='http://github.com/Tivix/django-rest-auth',
|
url='http://github.com/Tivix/django-rest-auth',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user