Re: [web2py] A friend has developed a flask application and now wants to add a login and security. I would like to know if it would be feasible to convert the flask application to web2py.

2021-10-05 Thread 'Walter Okine' via web2py-users
I also agree that py4web would give much better performance. Web2py is easy so i dont think your friend will face much problem converting the application to web2py. I have converted an app I wrote in flask to web2py and was able to do so. The actual conversion i.e. database, html, css was a breeze,

[web2py] custom user registration

2018-01-06 Thread Walter Okine
i have disable registration i have registered two admin. and added extra fields company_name and status I want these two admin to be able to register others and pass the company_name to each user they register Example Admin 1 company is xyz so when he register other users their company_name s

[web2py] web2py populate foreign key constraint error

2014-05-01 Thread Walter Okine
i am using the web development with python and web2py part2 video, creating a reddit_clone. When i use the web2py database populate command to add fields to comm table i get a foreign key constraint from this line Field('parent_comm','reference comm'), when Field('parent_comm','reference comm')