[google-appengine] Re: How would I merge two MS apps into one HR app?

2011-08-28 Thread Kaan Soral
If I were you I would write a simple mapreduce job that will transfer data to HR app, and execute this on both MS apps One easy way to transfer data is to cPickle it and just send it over, but it doesn't work for non-ascii data, since webapp messes things up for request items So do this: Write an

[google-appengine] Re: How would I merge two MS apps into one HR app?

2011-08-28 Thread voscausa
Because Google Apps lets you deploy your app to any domain that you own, you can easily set unique namespaces for all domains linked to your Google Apps account. More information can be found here : http://code.google.com/appengine/docs/python/multitenancy/multitenancy.html#Setting_the_Current_