Skip to content

Commit 472407b

Browse files
authored
Update README.rst
1 parent a6756b6 commit 472407b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Installation
2727
2828
pip install django-cognito-jwt
2929
30+
To install from fork
31+
32+
.. code-block:: shell
33+
34+
pip install git+https://github.com/ckng0221/django-cognito-jwt.git
35+
3036
Usage
3137
=====
3238

@@ -125,4 +131,4 @@ To use the backend functions, at the DJANGO_USER_MODEL, could define methods as
125131
except IntegrityError:
126132
user = self.get(cognito_id=cognito_id)
127133
128-
return user
134+
return user

0 commit comments

Comments
 (0)