Forget about it I completly wrong... On Thu, Feb 24, 2011 at 11:02 AM, Richard Vézina < [email protected]> wrote:
> I think you have to add this line at the bottom of your model file after > the table you want to saw in appadmin : > > db.auth_permission.table_name.requires = IS_IN_SET(db.tables) > > > > Richard > > > On Thu, Feb 24, 2011 at 10:56 AM, stargate <[email protected]> wrote: > >> Web2py did create the tables no problem but the problem is in this >> screen shot here >> >> http://www.p3x984.com/images/error/dberror.png >> >> On Feb 24, 9:53 am, pbreit <[email protected]> wrote: >> > The one thing you have to do separately is create the database (except >> for >> > SQLite). After you create the database and put in your db connection >> string >> > (ex: mysql://username:password@localhost/test) Web2py will create all >> the >> > tables and fields. >> > >

