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 wrote: > The web ticket output is managed by this code: > > /applications/admin/controllers/def

[web2py] Re: Viewing tickets outside of admin

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

[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 proj