Skip to content

Commit

Permalink
Merge pull request #25 from lobothijau/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
shabda committed Apr 15, 2018
2 parents 2e3071a + cb55ff4 commit 6593ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/access-control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Also, dont forget to give exemption to :code:`UserCreate` view for authenticatio
Note the :code:`authentication_classes = ()` and :code:`permission_classes = ()` to exempt :code:`UserCreate` from global authentication scheme.

We want to ensure that tokens are created when user is created in :code:`UserCreate` view, so we update the :code:`UserSerializer`. Change your :code:`serailizers.py` like this
We want to ensure that tokens are created when user is created in :code:`UserCreate` view, so we update the :code:`UserSerializer`. Change your :code:`serializers.py` like this

.. code-block:: python
Expand Down

0 comments on commit 6593ab3

Please sign in to comment.