[web2py] Default web2py menu doesn't drop down on mobile or display on narrow desktop browser

2018-10-06 Thread greenpython . py
Default welcome app displays the "three bars" on the right, containing the condensed menu. The collapsed menu icon displays by default on mobile and is the only way to view the menu. Tapping on that icon does not display the menu on mobile. On desktop, adjust your browser width until the menu c

[web2py] Reset admin password and location of admin lock

2018-10-06 Thread greenpython . py
web2py running on nginx + uwsgi + python3 http://localhost/admin worked for several days, then rejected password attempted password reset with: python3 -c "from gluon.main import save_password; save_password(raw_input('admin password: '),443)" admin rejected new password ran web2py with rock

[web2py] Validation error for IS_DATE

2018-10-06 Thread greenpython . py
db.define_table('test', Field('expected_date', 'date', requires=IS_DATE)) def index(): form = SQLFORM(db.test) if form.process().accepted: response.flash = T("Success") return locals() Using the pop-up widget, a date such as 2018-09-01 is selected. Form submit fails with