[web2py] Re: About migrate and fake_migrate

2022-03-16 Thread Dave S
On Wednesday, March 16, 2022 at 1:56:33 AM UTC-7 Tom Clerckx wrote: > I was a bit confused about the explanation of the fake_migrate option in > the web2py documentation. After some experimenting, I wrote up the > following information for myself, just sharing it here with you. Maybe > someone

[web2py] Re: Google Maps API

2022-03-16 Thread Rob Paire
Hi Kenneth, I used to use Google, but switched to Mapquest for this kind of thing. Below is a bit of code I hope you find useful. You still need an API key but its easy to obtain, and there is no charge for light usage. async function mapquest(){ //This function is used to calculate Travel

[web2py] About migrate and fake_migrate

2022-03-16 Thread Tom Clerckx
I was a bit confused about the explanation of the fake_migrate option in the web2py documentation. After some experimenting, I wrote up the following information for myself, just sharing it here with you. Maybe someone can merge this information in the web2py documentation, if you think it