[google-appengine] Re: "www.custom-url.com is already mapped to a project" error when trying to point custom domain to App Engine app

2017-11-20 Thread todu
Please provide detailed steps explaining this. I am having to redirect to appspspot instead of domain mapping. Also dont want appengine and google apps getting messed. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] getting only pre-release version of 1.6.4

2012-04-01 Thread todu
I downloaded python v 1.6.4 of sdk and get following message when running local devserver: INFO 2012-04-01 20:08:10,177 appcfg.py:582] Checking for updates to the SDK. INFO 2012-04-01 20:08:11,660 appcfg.py:616] This SDK release is newer than the advertised release. I uninstalled and

[google-appengine] App stops working after entity delete django 1.2 issue

2011-10-31 Thread todu
Not sure if others have the same issue. After I deleted an entitty or tried to copy it to another app I started getting with my whole app not working Seems like the whole django 1.2 thing continues to be messy anybody have ideas?- class

[google-appengine] Re: Deadline exceeded during warm-up

2011-07-01 Thread todu
I am seeing a surprising slow response recently and this is with multiple instances showing running in administration dashboard. Something has changed in the back-end hopefully not a permanent thing else my app will become un-usable. -- You received this message because you are

[google-appengine] Re: Vacuum index option in appcfg.cmd

2010-09-19 Thread todu
The command is . appcfg.py vacuum_indexes myapp/ for python works well. If you are using complicated Java then maybe Larry Ellison can help :) On Sep 19, 5:45 am, NM nirmallya.mukher...@gmail.com wrote: Hi, I have two indexes in an error state. I got the message to vacuum the index at

[google-appengine] PostalAddressProperty

2009-01-11 Thread todu
Not sure if I am understanding the datastore model correctly . I am looking to store, address, zip, county in a model and then be able to query by say zip or city or county. Can just one field with the PostalAddressProperty be used or do I need to duplicate data .. given I am not sure if