Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ckng0221 authored Oct 25, 2023
1 parent a6756b6 commit 472407b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Installation
pip install django-cognito-jwt
To install from fork

.. code-block:: shell
pip install git+https://github.com/ckng0221/django-cognito-jwt.git
Usage
=====

Expand Down Expand Up @@ -125,4 +131,4 @@ To use the backend functions, at the DJANGO_USER_MODEL, could define methods as
except IntegrityError:
user = self.get(cognito_id=cognito_id)
return user
return user

0 comments on commit 472407b

Please sign in to comment.