Updated Large app how to (markdown)

debrice 2012-02-02 21:24:34 -08:00
parent 3454c1ae23
commit ad42cf9c90

@ -45,6 +45,9 @@ For every module (or sub app... ) well have this file structure (here for the us
app/users/constants.py
app/users/models.py
app/users/decorators.py
app/templates/users/login.html
app/templates/users/register.html
...
We'll create 4 modules, a user module (manage user's registration, login, password lost, profile edit and maybe Third party Login/Registration) an email sub module intended to be used by a queuing server, and a post and comments modules