diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index 7c0932b..f6d63b3 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -12,6 +12,7 @@ instructions for web development with Flask. installation useful-tools tutorial/index + project-structure packaging templating testing diff --git a/docs/project-structure.rst b/docs/project-structure.rst new file mode 100644 index 0000000..58f4c99 --- /dev/null +++ b/docs/project-structure.rst @@ -0,0 +1,5 @@ +Structuring Your Project +======================== + +Structuring your project properly is extremely important. +