[google-appengine] Re: how to fast delete a complete datastore, please

2009-07-14 Thread Pashka R.
Hi, I guess if you will use bulk delete it would help: delete_me = [] for item in Model.all(keys_only=True): delete_me.append(item) db.delete(delete_me) //wbr Pashka R. pashka.rezni...@gmail.com On Mon, Jul 13, 2009 at 20:45, Tonyfatd...@gmail.com wrote: There is no such option

[google-appengine] Re: how to fast delete a complete datastore, please

2009-07-14 Thread Pashka R.
Sorry for my previous nonsense reply... I need more coffee to wake up :) //wbr Pashka R. pashka.rezni...@gmail.com On Tue, Jul 14, 2009 at 12:12, Nick Johnson (Google)nick.john...@google.com wrote: On Tue, Jul 14, 2009 at 10:06 AM, Pashka R.pashka.rezni...@gmail.com wrote: Hi, I guess

[google-appengine] Re: unable to add new .com domain to GAE

2009-07-07 Thread Pashka R.
Hi Robert. Goto https://www.google.com/a/cpanel/XX.com/DomainSettings and change control panel version to current (the very last option) and try to relink your app. Should work. //wbr Pashka R. pashka.rezni...@gmail.com On Tue, Jul 7, 2009 at 14:38, Robert Srobspych...@gmail.com wrote

[google-appengine] Re: Unable to add domain name to app

2009-07-06 Thread Pashka R.
That solution is work! Thanks a lot. //wbr Pashka R. pashka.rezni...@gmail.com On Mon, Jul 6, 2009 at 19:38, Richardappeng...@dancebrighton.com wrote: Found the solution here: http://www.google.com/support/forum/p/Google+Apps/thread?tid=724ef70272546852hl=ensearch_impression_id

[google-appengine] Re: cname DNS aliasing

2009-07-06 Thread Pashka R.
Temporary solution found. You just need to switch your control panel of google apps for domain to Current version: https://www.google.com/a/cpanel/Your domain gere/DomainSettings Look at the very last option. //wbr Pashka R. pashka.rezni...@gmail.com On Sun, Jul 5, 2009 at 13:02, Pavel