iain duncan schrieb:
> class AdminController(controllers.Controller):
>     
>     # this admin should only return the frame holders
>     @identity.require( identity.in_group("admin") )
>     @expose("tgcms.templates.admin")
>     def admin(self):
>         return dict(base_url=base_url, msg=msg, )

Your AdminController should have an "index" method to be reachable through the
"/admin" URL, if it's mounted via "admin = AdminController()" in your
RootController.

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to