Hello, new here :) and I got few questions
I got a project which is more of an integration project than a coding project the goal: integrate different python based tools/frameworks/etc... into one "global" webapp Paste seems to be the perfect middleware/tool to do that, but as I'm a total newbie to it I would like to have some input from experienced users a little example: integrate Trac, google auth and activeCollab into 1 web application for now I do it at the URL level, setting aliases with Apache http://www.domain.com/trac -> Trac http://www.domain.com/collab -> activeCollab http://www.domain.com/login -> google auth with httplib2 but it feels hackish, and I'm almost sure that using Paste would give a much much better result, for example use google auth for single-sign-on and reuse the credential on all the other webapp (especially Trac), instead of having to generate login/passwords for each apps. my other goal is to be able to generate such setup per user, eg: choose your applications, click create, etc. http://username.domain.com/trac -> Trac http://username.domain.com/collab -> activeCollab http://username.domain.com/login -> google auth with httplib2 Paste deploy and Paste script seems to be the good choice, but I'm not totally sure of the pros and cons ? any input greatly appreciated :) cheers, zwetan _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
