Skip to content

Commit

Permalink
Merge pull request #74 from erdaltsksn/docs/updateinstallcmd
Browse files Browse the repository at this point in the history
docs: Update registration install command for zsh
  • Loading branch information
iMerica committed May 30, 2020
2 parents 02c9242 + 9a75a15 commit 6e77382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You're good to go now!
Registration (optional)
-----------------------

1. If you want to enable standard registration process you will need to install ``django-allauth`` by using ``pip install dj-rest-auth[with_social]``.
1. If you want to enable standard registration process you will need to install ``django-allauth`` by using ``pip install 'dj-rest-auth[with_social]'``.

2. Add ``django.contrib.sites``, ``allauth``, ``allauth.account`` and ``dj_rest_auth.registration`` apps to INSTALLED_APPS in your django settings.py:

Expand Down Expand Up @@ -283,4 +283,4 @@ This example value above will cause dj-rest-auth to return a `Set-Cookie` header
Set-Cookie: my-app-auth=xxxxxxxxxxxxx; expires=Sat, 28 Mar 2020 18:59:00 GMT; HttpOnly; Max-Age=300; Path=/
``JWT_AUTH_COOKIE`` is also used while authenticating each request against protected views.
``JWT_AUTH_COOKIE`` is also used while authenticating each request against protected views.

0 comments on commit 6e77382

Please sign in to comment.