Sorry. The web2py version should obviously have been 2.21.1 in my message
On Tuesday, December 22, 2020 at 10:14:26 AM UTC-8 jimka...@yahoo.com wrote:
> Just trying to update to version 1.21.1 from 2.20.4. the app runs fine
> under 2.20.4.
> Under 1.21.1, the welcome app comes up fine. The admi
Just trying to update to version 1.21.1 from 2.20.4. the app runs fine
under 2.20.4.
Under 1.21.1, the welcome app comes up fine. The admin/default/site page
comes up fine. But when I start the app
(http://127.0.0.1:8000/MFMCurrAssetMgr/default/user/login?_next=/MFMCurrAssetMgr/default/index)
I worked on a way to pay through various methods. It involves a user
selecting the appropriate method he/she likes or wants to use.
This is the code:
#Controller
form = SQLFORM(Pending, formstyle="divs", submit_button='Subscribe'),
if form.process().accepted:
session.pending = form.v
3 matches
Mail list logo