[web2py] Re: web2py -> py4web

2024-12-07 Thread Massimo Di Pierro
responded in the other thread by I recommend asking those questions here https://groups.google.com/g/py4web On Saturday, 7 December 2024 at 11:08:35 UTC-8 lcham...@gmail.com wrote: > I've just come from web2py and I find the py4web doc very incomplete, even > for trivial things like: > > if you

[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: web2py -> py4web

2024-12-07 Thread lcham...@gmail.com
I've just come from web2py and I find the py4web doc very incomplete, even for trivial things like: 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 t

[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