typo fix (djangorestframework-jwt)

This commit is contained in:
Grigoriy Beziuk 2017-03-30 13:43:21 +07:00 committed by GitHub
parent 8c58782e30
commit 29192e0928

View File

@ -153,7 +153,7 @@ JWT Support (optional)
By default, ``django-rest-auth`` uses Django's Token-based authentication. If you want to use JWT authentication, you need to install the following:
1. Install ``django-rest-framework-jwt`` http://getblimp.github.io/django-rest-framework-jwt/ . Right now this is the only supported JWT library.
1. Install ``djangorestframework-jwt`` http://getblimp.github.io/django-rest-framework-jwt/ . Right now this is the only supported JWT library.
2. Add the following to your settings