Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
iMerica committed Mar 1, 2020
1 parent 25d0ebb commit 34d5706
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 34d5706

Please sign in to comment.