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

Reply via email to