Massimo also write a ticket management app here : http://code.google.com/p/web2py-issuetracker/
Or here : https://github.com/mdipierro/web2py-appliances/tree/master/IssueTracker Don't know if there is one more up to date. But you suppose to be able to configure it so the app collect ticket from other app... Richard On Sat, Apr 14, 2012 at 9:53 PM, Anthony <abasta...@gmail.com> wrote: > On Saturday, April 14, 2012 7:33:19 PM UTC-4, howesc wrote: >> >> CAVEAT: i'm using routes.py NOT router.py.....not sure if that changes >> the syntax.... > > > There's no such thing as router.py -- routes always go in routes.py > (whether using the parameter-based or pattern-based systems). > Unfortunately, the example file for the parameter-based system is named " > router.example.py", which is confusing. Massimo doesn't want to rename it > until the next book edition, though, as the book refers to the current name. > > Anthony >