[web2py] Re: Creating a 5 page PDF file to teach web2py -- What should I focus on?

2014-07-31 Thread 黄祥
just a suggestion : in models : database uri, database migration, lazy tables, define table, web2py built in menu in controllers : import the module, using grid in views : extend layout, and the variable return by controller e.g. very easy n simple application (not more than 100 lines) *models/db

[web2py] Re: Creating a 5 page PDF file to teach web2py -- What should I focus on?

2014-08-01 Thread Bilal Hasan
Creating and processing SQLFORMs, python code in views, setting up tables in models, html helper tags, and lets see. Access control on functions such as @auth.requires() on top of a function etc. On Thursday, July 31, 2014 9:05:59 PM UTC-5, LoveWeb2py wrote: > > Hello, > > I'm creating a 5 page

[web2py] Re: Creating a 5 page PDF file to teach web2py -- What should I focus on?

2014-08-02 Thread Matheus Cardoso
It could be a good ideia to create a github repository to allow the community collaborates with you. Then, you can control this by issues and, who knows, accept some pull requests. On Thursday, July 31, 2014 11:05:59 PM UTC-3, LoveWeb2py wrote: > > Hello, > > I'm creating a 5 page PDF to get us