Updated Large app how to (markdown)

debrice 2012-02-02 21:33:32 -08:00
parent 9929b96b13
commit 79319e02c0

@ -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