[web2py] RuntimeError: No driver of supported ones ('psycopg2',) is available

2022-08-01 Thread Lee P
*does web2py support postgres version 13?* *I installed with:* pip install psycopg2 *I created the database and superuser* *I edited *postgresql.conf *and *pg_hba.conf *I tested the connection with my database, host, port, and superuser* pg_isready -d drum -h localhost -p 5432 -U drumair The d

[web2py] Edit crontab from the admin interface

2022-01-19 Thread Lee P
I need to edit my crontab file located in the /app/cron folder. The problem is that I only have access to the admin interface of my deployment. Is there an easy solution? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Installation on Linux without Desktop GUI

2017-11-30 Thread Lee P
I would like to install on a Linux Debian Lite distro (a version without Desktop GUI). But this does not work. The manual says: If you do not provide an administrator password, the administration interface is disabled. This is a security measure to prevent publicly exposing the admin interface.