[web2py] Any way to push error tickets in web2p to the database?

2015-03-05 Thread Franky Davis Monroe Jr.
I noticed that error tickets in web2py are written to files but I have a load balanced environment. Is there a way to write these tickets to the database instead? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https:

[web2py] Creating custom auth

2015-03-04 Thread Franky Davis Monroe Jr.
I have added the following to a controller method: @auth.requires_login() def index(): return 'Hello world!' This forces the app to take the user to the login page correctly. I have then added a simple class: def querystring_auth(): """ Querystring based auth """ def