Se pueden alojar múltiples aplicaciones en la misma instancia de web2py.
Multiple applications can be hosted in the same web2py instance.
Entonces, agrego mis tareas e importo el scheduler de web2py
So, let me add my tasks, so I import the web2py scheduler
Luego, inicia una segunda instancia de web2py accesible solo para localhost: 1
Next, start a second web2py instance accessible only from localhost: 1
Esto quiere decir que las migraciones de web2py funcionarán hasta cierto punto.
That means that web2py migrations will work up to a point.
Solo hay un caché de conexiones para cada proceso de web2py.
There is only one pool for each web2py process.
Esta wiki se puede utilizar con cualquier aplicación de web2py.
This wiki can be used with any web2py application.
La app admin de web2py incluye un depurador para navegador.
The web2py admin includes a web-based debugger.
Además puedes configurar la app admin de web2py en modo demo
You can also set web2py admin in demo mode
La siguiente imagen ilustra la estructura aproximada de web2py
The following image depicts the overall web2py structure
Esto pone a tu disposición casi todas las clases, objetos y funciones de web2py.
This exposes almost all web2py classes, objects and functions to you.
Esta página lista todas las aplicaciones de web2py instaladas y permite su administración.
This page lists all installed web2py applications and allows the administrator to manage them.
En el nivel 3, las páginas pueden también incluir código de plantillas de web2py.
At level 3, pages can also include web2py template code.
Haciendo clic en este link podrás editar el archivo de crontab de web2py.
By clicking on this link you will be able to edit the web2py crontab file.