Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 897fd8d

Browse files
committedApr 23, 2025
Add usage
1 parent 60274f8 commit 897fd8d

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed
 

‎docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Table of Contents
2626
:maxdepth: 3
2727

2828
installation/index
29+
usage
2930
third-party-library-support/index
3031
supported-libraries/index
3132

‎docs/source/installation/index.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,3 @@ Clone third-party library repositories
3232
::
3333

3434
dm repo clone -a
35-
36-
Usage
37-
-----
38-
39-
.. code:: bash
40-
41-
$ dm --help
42-
Usage: dm [OPTIONS] COMMAND [ARGS]...
43-
44-
Django MongoDB CLI
45-
46-
Options:
47-
--help Show this message and exit.
48-
49-
Commands:
50-
repo Run Django fork and third-party library tests.
51-
startproject Run `startproject` with custom templates.

‎docs/source/usage.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Usage
2+
=====
3+
4+
Run third-party library tests
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
7+
::
8+
9+
dm repo test django-allauth

0 commit comments

Comments
 (0)
Please sign in to comment.