[web2py] Re: [py4web] - how to disable some auth actions?

2020-04-29 Thread Massimo Di Pierro
Some of this is now done. Please help test it: [X] Enable and disable plugins [X} Enable and disable actions

[web2py] 2 apps 1 DB, switching migration control from one app to the other

2020-04-29 Thread Jon Subscripted
Hi everyone, I have 2 apps that were using the same DB (lets call them old_app and new_app). As the old_app created the DB, old_app had the migrations enabled and new_app had the migrations disabled. Both apps diverged and I would like to do it the other way round. new_app migrations enabled and

[web2py] Re: 2 apps 1 DB, switching migration control from one app to the other

2020-04-29 Thread Jon Subscripted
Hi all, I copied the ".table" files from old_app to new_app and I could perform the switch correctly. Is it a good practice to keep this files in the code repo also? Thanks, Jon. Libre de

[web2py] Server error when accessing admin

2020-04-29 Thread Ian W. Scott
I'm setting up a fresh install of web2py (on webfaction) on centos7 with Apache 2.4.6 and PostgreSQL under Python 3.8. I've followed the server configuration section of the web2py manual and the welcome app itself is working fine. But when I try to navigate to Admin or appadmin I get a 500 erro

Re: [web2py] Re: how to execute web2py with Rocket using SSL?

2020-04-29 Thread Jim S
Anyone else using Ansible for managing servers? I am just getting started with it and wrote up a couple playbooks to install web2py on Ubuntu 20.04 using Python 3 or Python 2. https://github.com/jpsteil/web2py_ansible_playbook I started a github repo with what I have so far. It is working fo