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:
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
2 matches
Mail list logo