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 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
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
3 matches
Mail list logo