Re: [web2py] Re: error auth_user already exists

2010-06-14 Thread Jean-Guy
On 2010-06-14 13:18, annet wrote: is a solution which allows me to keep the tables in the PostgreSQL database. ,migrate=False : at the end of your model... Ex.: db.define_table('atable', SQLField('var1'), SQLField('var2'),migrate=False) modify your table in postgres and define t

[web2py] Re: error auth_user already exists

2010-06-14 Thread annet
Hi Jonhy, Thanks for your reply. I am using PostgreSQL, and the auth_ tables contain data, so I cannot simply drop them, empty the databases folder and redefine them. I hope there is a solution which allows me to keep the tables in the PostgreSQL database. Kind regards, Annet.