I notice the 'admin' default.py controller includes:
def error():
""" Generate a ticket (for testing) """
raise RuntimeError('admin ticket generator at your service')
Is there any way to trigger that from the admin interface (I don't see a
link or button anywhere), or do you simply have to manually go to
/admin/error? Is this documented anywhere?
Thanks.
Anthony
- [web2py] Generating error tickets via admin for testing Anthony
- [web2py] Re: Generating error tickets via admin for... Massimo Di Pierro

