Skip to content

Commit c09f41c

Browse files
authored
Update docs
2 parents fa7a885 + e448434 commit c09f41c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Diff for: docs/source/installation/usage.rst

+16
Original file line numberDiff line numberDiff line change
@@ -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.

Diff for: docs/source/installation/venv.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Create a virtual environment
2+
============================
3+
4+
::
5+
6+
python -m venv .venv
7+
source .venv/bin/activate

0 commit comments

Comments
 (0)