We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7a885 commit e448434Copy full SHA for e448434
docs/source/installation/usage.rst
@@ -0,0 +1,16 @@
1
+Usage
2
+=====
3
+
4
+.. code:: bash
5
6
+ $ dm --help
7
+ Usage: dm [OPTIONS] COMMAND [ARGS]...
8
9
+ Django MongoDB CLI
10
11
+ Options:
12
+ --help Show this message and exit.
13
14
+ Commands:
15
+ repo Run Django fork and third-party library tests.
16
+ startproject Run `startproject` with custom templates.
docs/source/installation/venv.rst
@@ -0,0 +1,7 @@
+Create a virtual environment
+============================
+::
+ python -m venv .venv
+ source .venv/bin/activate
0 commit comments