[web2py] Re: fake_migrate=True is not working

2020-08-26 Thread Jim S
Did you remove the apostrophe at the bottom as well? I haven't used migrate / fake migrate in the past the way that you are implementing. Are you intentionally trying to set it by table? For me, on my DAL statement I'd include: migrate_enabled=myconf.get('db.migrate') fake_migrate_all=myconf.g

[web2py] Re: fake_migrate=True is not working

2020-08-26 Thread Andrea Fae'
Thank you for your suggestions...Like this (see attaached files)? but, no way, no .tables created...I don't know why... Il giorno mercoledì 26 agosto 2020 14:46:05 UTC+2, Jim S ha scritto: > > Did you remove the apostrophe at the bottom as well? > > I haven't used migrate / fake migrate in the pas

Re: [web2py] Re: fake_migrate=True is not working

2020-08-26 Thread Jim Steil
You still have migrate set to False in your appconfig.ini. -Jim On Wed, Aug 26, 2020 at 10:14 AM Andrea Fae' wrote: > Thank you for your suggestions...Like this (see attaached files)? > but, no way, no .tables created...I don't know why... > > Il giorno mercoledì 26 agosto 2020 14:46:05 UTC+2,

[web2py] FYI this is a useful website for extra Web2py info and examples

2020-08-26 Thread AGRogers
Hi I find myself ending up on this site every now and then: https://web2py.wordpress.com/tag/reference/ There are examples there that have really helped me. Interestingly, after I see the example i often discover that the same info was available in the book, i was just not smart enough to work ou