Skip to content

Commit

Permalink
Merge f459056 into 479a40d
Browse files Browse the repository at this point in the history
  • Loading branch information
erdaltsksn committed Oct 13, 2018
2 parents 479a40d + f459056 commit 76c6572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 django-rest-auth[with_social]``.
1. If you want to enable standard registration process you will need to install ``django-allauth`` by using ``pip install 'django-rest-auth[with_social]'``.

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

Expand Down

0 comments on commit 76c6572

Please sign in to comment.