Mostly about adventures with programming, focused on data processing/SQL and web apps/Python in general, but sometimes about Operating systems, PostgreSQL, Oracle, SAP and Audit Command Language.
2014-10-22
Turn off the login menu in web2py
Use Case: when you do not need to manage users or access control in the web2py application, remove the login menu from the right side of the menubar:
Remove instantiating Auth(db) in your model and remove all dependencies on the Auth object.
No comments:
Post a Comment