[web2py] Re: why i cannot see database administration db.auth_group and so on

2015-06-21 Thread Laurent Lc
ok i found a bypass. I don't why but i have followed the wizard and now my tables appear. I don't understand .. when we create a new app without the wizard sql.log says "you have created the tables" and they do not appear ... strange the source code is exactly the same ... Le jeudi 18 juin 201

[web2py] Re: why i cannot see database administration db.auth_group and so on

2015-06-21 Thread Laurent Lc
i have added auth.define_tables() now but it does not work but it is always the same problem Thank you for your answer regards Le jeudi 18 juin 2015 14:14:56 UTC+2, Massimo Di Pierro a écrit : > > Does your model contain > > auth.define_tables() > > and are you using > > http://...//appadmin > >

[web2py] Re: why i cannot see database administration db.auth_group and so on

2015-06-18 Thread Massimo Di Pierro
Does your model contain auth.define_tables() and are you using http://...//appadmin ? On Thursday, 18 June 2015 06:25:04 UTC-5, Laurent Lc wrote: > > sorry i do not understand i follow the overview (the exemple blogs) and > when i want to create the group "manager" i cannot see database >