[web2py] Re: Need a tutorial on py4web

2024-12-07 Thread Massimo Di Pierro
In py4web apps are modules. An new file needs to be imported by __init__.py or by another in the import chain. We can help more at https://groups.google.com/g/py4web On Saturday, 7 December 2024 at 11:03:21 UTC-8 lcham...@gmail.com wrote: > Sorry, i just start to move to py4web and if i follow

[web2py] Re: Need a tutorial on py4web

2024-12-07 Thread lcham...@gmail.com
Sorry, i just start to move to py4web and if i follow the doc but : if you create an application from scaffold, well, you have a set of files and you have to write your functions in controllers.py, but you don't know why. If you try to create (as in web2py) a toto.py, well, py4web never finds

Re: [web2py] Re: Need a tutorial on py4web

2019-09-27 Thread Arindam Dasgupta
Thanks, I will check the documentation. Regards, Arindam On Sep 27, 2019 9:52 AM, "Massimo Di Pierro" wrote: > It does not exist but we have documentation on the web site. Should be > enough to start > > On Thursday, 26 September 2019 02:26:46 UTC-7, Arindam Dasgupta wrote: >> >> Hi All, >> I h

[web2py] Re: Need a tutorial on py4web

2019-09-26 Thread Massimo Di Pierro
It does not exist but we have documentation on the web site. Should be enough to start On Thursday, 26 September 2019 02:26:46 UTC-7, Arindam Dasgupta wrote: > > Hi All, > I have some experience in web2py. Now since py4web is out in the market , > I am trying to migrate to the new framework. But