diff --git a/Large-app-how-to.md b/Large-app-how-to.md index 3651f22..b1db906 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -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