[web2py] break syntax between 2.8.2 and 2.11.2??

2015-07-09 Thread Simone Fiorenzoni
Hi to all, i moved an app from 2.8.2 (on win2003 32bit, mysql 5.1.50, rocket 1.2.6) to 2.11.2 (on ubuntu 15.4 64bit, mysql5.6.24, behind apache 2). After that the app goes on error. DB is something like this: --- DB --

[web2py] Re: Extend default user/group model

2011-07-26 Thread Simone Fiorenzoni
Ok, I will try... Thanks you both for your support!!! On 25 Lug, 22:35, pbreit wrote: > Also, "extra_fields" was recently added: > > - auth.settings.extra_fields['auth_user'].append(Field('country')) > allows to extend auth_* tables without need of definiting a custom > auth_* table. Must be pla

[web2py] Extend default user/group model

2011-07-25 Thread Simone Fiorenzoni
Hi to all, when I create a new application, the user/group db model is created automatically. How can I extend it? Should I redefine it? I would like to add some fields and some foreign keys to users or group. Thanks to all! (... and sorry for my english)