Hello
This question was raised several times but I didn't see clear and
up-to-date answer.
So, is there any convenient way to map TGController subclass with custom
url?
Pylons WSGIController is mapped easily but I would like to have @expose
decorator working.
I'm following 'classic' example from app_config:
# Add a Samples route
map.connect('/samples/', controller='samples',
action=index)
# Setup a default route for the root of object dispatch
map.connect('*url', controller='root',
action='routes_placeholder')
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/turbogears/-/8yXhtPQj6zUJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.