On Jun 15, 10:39 am, Jean-Guy <jean...@gmail.com> wrote: > On 2010-06-15 11:36, Pai wrote: > > > > > there's an option to customized it. see below > > >http://web2py.com/book/default/section/8/1?search=Customizing+Auth > > > hope this helps :) > > > Pai > > > On Jun 15, 10:17 am, Jean-Guy<jean...@gmail.com> wrote: > > >> Hello, > > >> I would like to get the auth tables models to implement them in my app > >> cause web2py complain that they already are define when I move change > >> from dev to prod database within the same app...
Read what you said here: You change the definition of your auth table (e.g. define it yourself) - and when you move to production, that table already exists in your production database. What are you "moving" when you say "you move change"? > > >> I had found those models, can't remember where they were... ;-) > > >> Jonhy > > Read it the others tables are missing, I found the model in .py files > somewhere... Still searching for. What do you mean "others tables are missing"? Did you include auth.define_tables() in the correct order? Look at that referenced book link again. Then - if you still need help, tell us what you are doing in a way that someone _could_ reproduce, and help you with. - Yarko > > Thanks anyway it appreciate. > > Jonhy