I was planning on putting together some docs for this yesterday, but did not get a chance.
The tg-admin setup command looks for a 'site-setup' module in your project and mounts a controller named SetupRoot in there. This is the controller I mentioned earlier. The idea is that you can write this controller to take care of whatever setup needs your system has. There is a basic controller that is designed to handle logging in and logging out, as I haven't (yet) written an identity provider to handle authentication for this system. It is at: turbosetup.controllers.SetupController There is also a function decorator to handle access restrictions ( turbosetup.decorator.require_login ). My plan for the future is to rely on identity to take care of all this work instead of implementing parallel functionality, but I will need to spend more time looking at writing a provider before I can do that. At this point there is no documentation and the only functionality that exists is the bootstrapping setup server. I would recommend either reading the code or waiting for me to get something a little more useful into the project. -Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

