Updates README

This commit is contained in:
Michael 2020-02-29 23:23:47 -06:00
parent 25d0ebbfd4
commit 34d5706b78
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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|