From ad42cf9c90d8a54cb53f6504f5618500e6fce481 Mon Sep 17 00:00:00 2001 From: debrice Date: Thu, 2 Feb 2012 21:24:34 -0800 Subject: [PATCH] Updated Large app how to (markdown) --- Large-app-how-to.md | 3 +++ 1 file changed, 3 insertions(+) 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