It does not need it. You can use a regular python shell and do: from py4web import * from apps.myapp.models import db
etc. py4web unlike web2py has not magic and apps are modules. On Tuesday, 24 September 2019 19:49:09 UTC-7, Marcello wrote: > > Hello all, > > Does py4web already have a shell like web2py? > > Thanks > > -- 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 subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/896058a4-63b0-4af0-a04c-ff553332229e%40googlegroups.com.

