Re: [web2py] book help

2017-08-04 Thread Dave S
On Friday, August 4, 2017 at 9:32:58 AM UTC-7, Massimo Di Pierro wrote: > > The book is online https://github.com/web2py/web2py-book > You can fork it edit it, then submit a PR. You should be able to do > everything online. > > Massimo > I have a setup for it at home, but I don't expect to be t

Re: [web2py] book help

2017-08-04 Thread Massimo Di Pierro
The book is online https://github.com/web2py/web2py-book You can fork it edit it, then submit a PR. You should be able to do everything online. Massimo On Friday, 4 August 2017 10:43:14 UTC-5, CDA wrote: > > I'll be more than happy to assist. How do I start? > > On Aug 4, 2017 11:34 AM, "Massimo

Re: [web2py] book help

2017-08-04 Thread Chinh Dang
I'll be more than happy to assist. How do I start? On Aug 4, 2017 11:34 AM, "Massimo Di Pierro" wrote: > Can I ask for some help in editing the book. specifically: > > 1) describe {{=ASSIGNJS(js_var = python_var)}} > > 2) new syntax to store .table files in DB itself instead of in the > filesyst

[web2py] book help

2017-08-04 Thread Massimo Di Pierro
Can I ask for some help in editing the book. specifically: 1) describe {{=ASSIGNJS(js_var = python_var)}} 2) new syntax to store .table files in DB itself instead of in the filesystem (works with any DB) from gluon import DAL, Field from gluon.dal import InDBMigrator db = DAL(uri,