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 9146e2b commit 4212987Copy full SHA for 4212987
README.rst
@@ -54,7 +54,7 @@ Install with pip::
54
55
pip install django-oauth-toolkit
56
57
-Add `oauth2_provider` to your `INSTALLED_APPS`
+Add ``oauth2_provider`` to your ``INSTALLED_APPS``
58
59
.. code-block:: python
60
@@ -64,8 +64,8 @@ Add `oauth2_provider` to your `INSTALLED_APPS`
64
)
65
66
67
-If you need an OAuth2 provider you'll want to add the following to your urls.py.
68
-Notice that `oauth2_provider` namespace is mandatory.
+If you need an OAuth2 provider you'll want to add the following to your ``urls.py``.
+Notice that ``oauth2_provider`` namespace is mandatory.
69
70
71
0 commit comments