hi , i am developing a configurable system for four clients . i want the code should be deployed on the single instance and should support the diffrent features depending upon who is logged in...also there should be a single database for all the clients..in order to impliment multi tenecy i tried to use "request.tenent" in web2py...but as this will store only the first part of URL into the database and will create the namespace by same name...so to have this solved i had to deploy the code on diffrent instances but this is voilating my systems configurability...is there any solution by which i can have the code deployed on single version and have diffrent namespaces in database depending upon who is logged in ...also a client should not be able to view other clients data for security purpose.....
-- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
