[web2py] Re: Update application without deleting tables

2011-05-06 Thread Massimo Di Pierro
I think you are using auth but are not running auth.define_tables() On May 6, 11:03 am, Marcelo Martinez wrote: > reason to remove the tables is because I get the following error: > > ('NoneType' object has no attribute 'insert > ') > > an attachment is the picture with the error. > > Once you

[web2py] Re: Update application without deleting tables

2011-05-06 Thread pbreit
I believe this will do it although I have not tested: # ## if none, they will be created settings.table_group = True settings.table_membership = True settings.table_permission = True settings.table_event = True I usually just ignore them. One thing I do is