Updated Large app how to (markdown)

finbarrocallaghan 2012-09-06 09:35:18 -07:00
parent b28417a502
commit 9554e5d894

@ -63,7 +63,7 @@ You should serve your static files with a dedicated http server, but during the
/app/static/css/reset.css
/app/static/img/header.png
We'll create 4 modules, an user module (manage user's registration, login, lost password, profile edit and maybe third-party login/registration) an emails module intended to be used by a queuing server, and a posts and comments modules
We'll create 4 modules, a user module (manage user's registration, login, lost password, profile edit and maybe third-party login/registration) an emails module intended to be used by a queuing server, and a posts and comments modules
## Config