You can use django non-rel and save users in namespaces based on domain. The trick is to interpret the apps domain and redirect datastore request to the namespace
In my case: I have namespace that provides dedicated django admin too for the specific namespace. try it out on dev-server On Tue, Jan 25, 2011 at 2:06 AM, tobik <[email protected]> wrote: > I'm writing an application for Google Apps and I want to support > multitenancy. So I used Namespace API as described in the > documentation (using google_apps_namespace()), deployed my app and > added to my domain (using 'Add domain' in settings). But the function > namespace_manager.google_apps_namespace() returns an empty string. > What do I have to do to get it working? Do I have to use Users API to > authenticate users? Or do I have to access my app using url mapped to > my domain (like myapp.mydomain.com, not myapp.appspot.com)? But I > couldn't use Namespace API for apps in Marketplace then as apps in > Marketplace can have only one url for all domains. > > Please, is there anyone who uses Namespace API with Google Apps? > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
