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