mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-03 06:13:43 +03:00
Updates README
This commit is contained in:
parent
25d0ebbfd4
commit
34d5706b78
|
@ -4,11 +4,11 @@
|
|||
|
||||
Drop-in API endpoints for authentication in Django Rest Framework.
|
||||
|
||||
### Requirements
|
||||
## Requirements
|
||||
- Django 2 or 3.
|
||||
- Python 3
|
||||
|
||||
### Setup
|
||||
## Quick Setup
|
||||
|
||||
Install package
|
||||
|
||||
|
@ -31,6 +31,10 @@ Add URL patterns
|
|||
url(r'^dj-rest-auth/', include('dj_rest_auth.urls'))
|
||||
]
|
||||
|
||||
### Documentation
|
||||
|
||||
View the full documentation here: https://dj-rest-auth.readthedocs.io/en/latest/index.html
|
||||
|
||||
|
||||
### Acknowledgements
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Welcome to dj-rest-auth's documentation!
|
|||
============================================
|
||||
|
||||
|
||||
.. note:: dj-rest-auth from v0.3.3 supports django-rest-framework >= v3.0
|
||||
.. note:: dj-rest-auth supports django-rest-framework >= v3.0
|
||||
|
||||
|
||||
|build-status| |coverage-status| |requirements-status| |docs|
|
||||
|
|
Loading…
Reference in New Issue
Block a user