Updated Large app how to (markdown)
parent
9929b96b13
commit
79319e02c0
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue