[web2py] Re: py4web - Deployment on GCloud (aka Google App Engine)

2020-04-17 Thread Andrew Willimott
Hi Jacinto, I haven't got to the db stage yet, just a simple Hello World to get py4web working. I'll post when I get there. On Friday, April 17, 2020 at 10:43:46 AM UTC+12, Jacinto Parga wrote: > > Hi Andrew, > > How did you connect with Datastore. I mean, how did you configure db in >

Re: [web2py] Re: Graph Model (proposal to contribute)

2017-02-28 Thread Andrew Willimott
Hi Donald, yes I have , and I have been meaning to some changes (to minimise the overlap in names).Sorry, been busy lately, I'll get on to updating Welcome. My plan is to leave the existing graph code as is until everyone is ok with it. Thanks for following up. -- Resources: -

Re: [web2py] Re: Graph Model (proposal to contribute)

2016-11-20 Thread Andrew Willimott
Thanks Donald, I'll do another round of improvements and then create a PR. it does need to handle larger models better and I'll improve the code layout too. I'm also learning the d4 differences and there are a lot of future options with using d3. web2py with a d3 interactive front end is

Re: [web2py] Re: Graph Model (proposal to contribute)

2016-11-16 Thread Andrew Willimott
Here's a start: https://github.com/willimoa/welcome_d3 > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are

Re: [web2py] Re: Graph Model (proposal to contribute)

2016-10-24 Thread Andrew Willimott
Has anyone else tried visualising the models with d3js ? I have a mockup working using the force layout. I'd suggest this is a better long term approach than relying on graphviz being installed. (Graphviz has some good layouts though). I can send cleaned up code as a candidate to add to

[web2py] _lastsql is commented out

2016-05-20 Thread Andrew Willimott
Hi, Are we still intending to keep _lastsql functionality. It's not working in the new pydal and I see its commented out. Was this intentional ? Thanks Andrew W -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -