Updated Large app how to (markdown)
parent
3454c1ae23
commit
ad42cf9c90
1 changed files with 3 additions and 0 deletions
|
|
@ -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/constants.py
|
||||||
app/users/models.py
|
app/users/models.py
|
||||||
app/users/decorators.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
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue