Is that somehow possible to access one datastore? Or access one app from different domains.
|
1
|
|||||
|
|
|
Every app has its own datastore and memcache (shared among all versions of that app).
It seems not possible to share datastores between applications right now (unless you provide some web service for that), but that would be a nice feature to have, so maybe you should As for domains, you can associate your app with domains managed by Google Apps. Multiple domains for the same application should be no problem (except for SSL certificates). |
|||
|
|
|
|
Every version of an app is backed by the same datastore. If you want to limit access for individual requests, you'll need to add a field to your model to enforce that restriction. There are low level hooks in the datastore API for this sort of thing, if you want to go that far. And yes, you can add a single App Engine app to multiple domains - even in multiple Apps accounts. |
||
|
|
