File tree Expand file tree Collapse file tree 6 files changed +62
-1
lines changed Expand file tree Collapse file tree 6 files changed +62
-1
lines changed Original file line number Diff line number Diff line change
1
+ build /*
2
+ * .swp
3
+ . #*
4
+ \# * #
5
+ * __pycache__ *
6
+ * .pyc
7
+ docs /index.html
8
+ * .pid
9
+ * ~
10
+ buildbot /gh.log
11
+ buildbot /nohup.out
12
+ docs.10gen.cc /build /
13
+ docs.10gen.cc /build /logo.png
14
+ docs.10gen.cc /logo.png
15
+ docs.10gen.cc /mongodb-logo *
16
+ TAGS
17
+ jira /build /
Original file line number Diff line number Diff line change 1
- # docs-django
1
+ # Django MongoDB Backend Documentation
2
+
3
+ [ Your words here] .
4
+
5
+ ## Report Issues
6
+
7
+ To file issues or requests regarding the documentation, go to the
8
+ ` Documentation Jira Project <https://jira.mongodb.org/browse/DOCS> ` \_ .
9
+
10
+ ## License
11
+
12
+ All documentation is available under the terms of a `Creative Commons
13
+ License < https://creativecommons.org/licenses/by-nc-sa/3.0/ > `\_ .
14
+
15
+ If you have any questions, please contact `
[email protected]
16
+
17
+
18
+ -- The MongoDB Documentation Team
Original file line number Diff line number Diff line change
1
+ define: prefix docs/languages/python/django-mongodb
2
+ define: base https://www.mongodb.com/${prefix}
3
+ define: versions master
4
+
5
+ # raw: <source file> -> ${base}/<destination>
Original file line number Diff line number Diff line change
1
+ name = " django"
2
+ title = " Django MongoDB Backend"
3
+
4
+ intersphinx = [ " https://www.mongodb.com/docs/manual/objects.inv" ,
5
+ " https://www.mongodb.com/docs/atlas/objects.inv"
6
+ ]
7
+
8
+ # toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
9
+
10
+ # [constants]
11
+ # constant = "value"
Original file line number Diff line number Diff line change
1
+ ======================
2
+ Django MongoDB Backend
3
+ ======================
4
+
5
+ .. default-domain:: mongodb
6
+
7
+ Your words here. Don't forget to add a toctree!
8
+
9
+ Have a lovely day!
10
+
Original file line number Diff line number Diff line change
1
+ " build-and-stage-next-gen"
You can’t perform that action at this time.
0 commit comments