[google-appengine] Re: Is there a possible way to have two datastores for the same application?

2016-04-12 Thread youssef dehbi alaoui
Thanks Nick and Karl for the help.. we choose to have two application and manage it separately... -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-ap

Re: [google-appengine] Re: Is there a possible way to have two datastores for the same application?

2016-04-11 Thread Karl MacMillan
> On Apr 11, 2016, at 6:31 PM, Nick wrote: > > While you could use namespaces to achieve this, you need to consider what it > means to have two 'environments' running together, and what are the > consequences of mistakes. > > Generally we've found the simplest option is to have extra cloud p

[google-appengine] Re: Is there a possible way to have two datastores for the same application?

2016-04-11 Thread Nick
While you could use namespaces to achieve this, you need to consider what it means to have two 'environments' running together, and what are the consequences of mistakes. Generally we've found the simplest option is to hav

[google-appengine] Re: Is there a possible way to have two datastores for the same application?

2016-04-11 Thread youssef dehbi alaoui
thank you Anastasios Hatzis for your help :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this

[google-appengine] Re: Is there a possible way to have two datastores for the same application?

2016-04-11 Thread Anastasios Hatzis
Youssef, if I remember correctly, you can only have one datastore and one app-engine in a Google cloud project. However, you should be able to access entities of a different datastore (i.e. in a different project) by defining the app parameter in the NDB Key constructor