[web2py] Re: Viewing tickets outside of admin

2012-03-28 Thread Alan Etkin
Well, the admin web interface has to parse it somehow to render it in the browser, there must be a function in appadmin or in the admin app for that purpose. El miércoles 28 de marzo de 2012 08:33:11 UTC-3, tsvim escribió: Hi, Lately, I've been using pythonanywhere to work on my pet project

[web2py] Re: Viewing tickets outside of admin

2012-03-28 Thread Alan Etkin
The web ticket output is managed by this code: web2py/applications/admin/controllers/default.py (see function ticket and ticketdb and errors) web2py/applications/admin/views/default/view name (see function ticket and ticketdb and errors) Errors is the error panel to show and classify the

Re: [web2py] Re: Viewing tickets outside of admin

2012-03-28 Thread Tsvi Mostovicz
I'll have a look at it maybe tomorrow on my train commute or else during the coming week. Thanks, Tsvi Mostovicz ttm...@gmail.com www.linkedin.com/in/tsvim On Wed, Mar 28, 2012 at 17:09, Alan Etkin spame...@gmail.com wrote: The web ticket output is managed by this code: