[web2py] Re: Starting a simple project from scratch

2012-09-26 Thread Vixus
Thanks very much! I'll make sure to read the book through as well. On Wednesday, September 26, 2012 5:13:28 PM UTC+1, Massimo Di Pierro wrote: > > You can delete all of web2py files in an app and make your own. > > The controllers (in your case default.py) is executed in the same > environment as

[web2py] Re: Starting a simple project from scratch

2012-09-26 Thread Massimo Di Pierro
You can delete all of web2py files in an app and make your own. The controllers (in your case default.py) is executed in the same environment as the models, therefore it see all the variables defined in the models (in web2py that is what models are for: they build the environment for the contro

[web2py] Re: Starting a simple project from scratch

2012-09-26 Thread Vixus
Hi, thanks for your reply! What about the rest of the files? Can I make my own layout.html and default.py from scratch? I was struggling to find all the details on the auth object in the documentation and also what the gluon module is and how to use it. default.py doesn't seem to have any impor

[web2py] Re: Starting a simple project from scratch

2012-09-24 Thread Massimo Di Pierro
Hello Vixus, If you want to use bootstrap, than it comes with it. If not, then deleted everything but web2py.css, jquery.js, and web2py.js for components and grids you need those but they are small and un-intrusive. massimo On Sunday, 23 September 2012 10:05:46 UTC-5, Vixus wrote: > > So I'm

[web2py] Re: Starting a simple project from scratch

2012-09-24 Thread samuel bonilla
design in web2py handles twitter bootstrap ( http://twitter.github.com/bootstrap/) it is easy to quickly layout websites --