From 8c93e7740127fe1c871859211b82483d0b7bbf8b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Apr 2011 15:53:03 -0400 Subject: [PATCH] structuring your project --- docs/contents.rst.inc | 1 + docs/project-structure.rst | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/project-structure.rst 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. +