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 de5d19d commit dcfb881Copy full SHA for dcfb881
source/index.txt
@@ -2,9 +2,22 @@
2
Django MongoDB Backend
3
======================
4
5
-.. default-domain:: mongodb
+.. facet::
6
+ :name: programming_language
7
+ :values: python
8
-Your words here. Don't forget to add a toctree!
9
+.. meta::
10
+ :keywords: home
11
-Have a lovely day!
12
+.. toctree::
13
14
+ Interact with Data </interact-data>
15
+
16
+Welcome to the documentation site for the official {+django-odm+},
17
+a Django database backend that uses PyMongo to connect to MongoDB.
18
19
+Interact with Data
20
+------------------
21
22
+Learn how to use {+ddjango-odm+} to perform operations on MongoDB data
23
+in the :ref:`django-interact-data` section.
0 commit comments