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 9e8ec4b commit 49c779dCopy full SHA for 49c779d
docs/index.rst
@@ -21,5 +21,6 @@ Content
21
22
installation
23
quickstart
24
+ structure
25
configuration
26
codeexample
docs/structure.rst
@@ -0,0 +1,19 @@
1
+Structure
2
+=========
3
+
4
+You have a project with this structure:
5
6
+.. code-block:: bash
7
8
+ manager.py
9
+ project
10
+ ├ __init__.py
11
+ ├ config.py
12
+ ├ views
13
+ │ ├ __init__.py
14
+ │ └ views.py
15
+ ├ models
16
17
+ │ └ models.py
18
+ └ models
19
+ └ test_views.py
0 commit comments