@@ -5,31 +5,32 @@ Django MongoDB CLI
5
5
.. note ::
6
6
7
7
This documentation is for MongoDB staff and developers of Django third
8
- party libraries interested in supporting `Django MongoDB Backend `_.
8
+ party libraries interested in supporting
9
+ :ref: `Django MongoDB Backend <django-mongodb-backend >`.
9
10
10
- End users of `Django MongoDB Backend `_ should read the
11
- `Django MongoDB Backend documentation `_.
11
+ End users of :ref: `Django MongoDB Backend < django-mongodb-backend >`
12
+ should read the `Django MongoDB Backend documentation `_.
12
13
13
14
About
14
15
-----
15
16
16
17
This library provides the ``dm `` command which can be used for:
17
18
18
- - :ref: `Running third party library test suites <third-party-libraries >` with `Django MongoDB Backend `_ and MongoDB's `Django fork `_.
19
- - Creating `Django projects `_ with `Django MongoDB Backend `_ and :ref: `third party libraries <third-party-libraries >`.
19
+ - :ref: `Running third party library test suites <third-party-libraries >` with
20
+ :ref: `Django MongoDB Backend <django-mongodb-backend >` and
21
+ :ref: `MongoDB's Django fork <mongodb-django-fork >`.
22
+ - Creating `Django projects `_ with :ref: `Django MongoDB Backend <django-mongodb-backend >`
23
+ and :ref: `third party libraries <third-party-libraries >`.
20
24
21
25
Table of Contents
22
26
-----------------
23
27
24
28
.. toctree ::
25
- :maxdepth: 3
26
-
27
29
installation
28
30
usage
29
31
third-party-library-support/index
30
32
supported-libraries/index
33
+ glossary
31
34
32
- .. _`Django MongoDB Backend` : https://github.com/mongodb/django-mongodb-backend
33
- .. _`Django fork` : https://github.com/mongodb-forks/django
34
35
.. _`Django MongoDB Backend documentation` : https://www.mongodb.com/docs/languages/python/django-mongodb/v5.1/
35
36
.. _`Django projects` : https://docs.djangoproject.com/en/5.2/intro/tutorial01/#creating-a-project
0 commit comments