From 79319e02c0943803d16d97223fbfa189fb16490f Mon Sep 17 00:00:00 2001 From: debrice Date: Thu, 2 Feb 2012 21:33:32 -0800 Subject: [PATCH] Updated Large app how to (markdown) --- Large-app-how-to.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Large-app-how-to.md b/Large-app-how-to.md index 35d98d8..e240410 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -55,6 +55,10 @@ for every module that need templating (jinja) we store those in the templates fo for the static file, flask will automagically serve static files from this static folder. If you want to use another folder... you can read about that here: http://flask.pocoo.org/docs/api/#application-object + app/static/js/main.js + app/static/css/reset.css + app/static/img/header.png + We'll create 4 modules, a user module (manage user's registration, login, password lost, profile edit and maybe Third party Login/Registration) an emails sub module intended to be used by a queuing server, and a posts and comments modules ## Config