Re: [web2py] py4web: request.now not working

2020-02-19 Thread Alexander Hoch
Try request.now with the function call (). only "default=request.now" and "update=request.now" Am Mi., 19. Feb. 2020 um 10:24 Uhr schrieb Maurice Waka < mauricew...@gmail.com>: > Hello. > > I'm still stuck at this error: > > Field('modified_on', 'datetime', default=request.now(), update=request.n

[web2py] Redirect "website.pythonanywhere.com" to "www.newwebsite.de"

2020-02-16 Thread Alexander Hoch
Hello, I want to redict the *"website.pythonanywhere.com/.../123/=abc" *to *"www.newwebsite.de/.../123/=abc". * I tried it with https://www.nakedssl.com/ but this doesnt work as described in https://help.pythonanywhere.com/pages/NakedDomains for me. There is another suggestion in deploying a f

[web2py] Redirect with code 301

2020-02-16 Thread Alexander Hoch
Hello, I want to redict the *"website.pythonanywhere.com/.../123/=abc" *to *"www.newwebsite.de/.../123/=abc". * I tried it with https://www.nakedssl.com/ but this doesnt work as described in https://help.pythonanywhere.com/pages/NakedDomains for me. There is another suggestion in deploying a

[web2py] Re: Is there a working bootstrap3 formstyle for auth?

2020-01-21 Thread Alexander Hoch
Thx, that solved my problem after I reloaded my old web2py app. When generating SQLFORM an error "Formstyle not supported occurs". I added [forms] formstyle = bootstrap4_inline separator = to appconfig.ini and it works. -- Resources: - http://web2py.com - http://web2py.com/book (Documentatio