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 467ab44 commit cfd3a61Copy full SHA for cfd3a61
docs/management_commands.rst
@@ -5,8 +5,6 @@ Django OAuth Toolkit exposes some useful management commands that can be run via
5
or :doc:`Celery <tutorial/tutorial_05>`.
6
7
.. _cleartokens:
8
-.. _createapplication:
9
-
10
11
cleartokens
12
~~~~~~~~~~~
@@ -27,7 +25,7 @@ The ``cleartokens`` management command will also delete expired access and ID to
27
25
Note: Refresh tokens need to expire before AccessTokens can be removed from the
28
26
database. Using ``cleartokens`` without ``REFRESH_TOKEN_EXPIRE_SECONDS`` has limited effect.
29
30
+.. _createapplication:
31
32
createapplication
33
~~~~~~~~~~~~~~~~~
0 commit comments