We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83367ff commit d6f0fb7Copy full SHA for d6f0fb7
docs/rest-framework/getting_started.rst
@@ -25,7 +25,7 @@ Start a new Django project and add `'rest_framework'` and `'oauth2_provider'` to
25
)
26
27
Now we need to tell Django REST Framework to use the new authentication backend.
28
-To do so add the following lines add the end of your `settings.py` module:
+To do so add the following lines at the end of your `settings.py` module:
29
30
.. code-block:: python
31
0 commit comments