structuring your project

This commit is contained in:
Kenneth Reitz
2011-04-23 15:53:03 -04:00
parent e1c6e9367c
commit 8c93e77401
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ instructions for web development with Flask.
installation
useful-tools
tutorial/index
project-structure
packaging
templating
testing
+5
View File
@@ -0,0 +1,5 @@
Structuring Your Project
========================
Structuring your project properly is extremely important.