[google-appengine] Can't manage the application

2009-07-16 Thread ltcstyle
Hi, I have a problem with google app engine dash board. I created a google app and an admin email account. Then I register a google app engine use my admin email in the newly created domain. I can upload the code, and it all runs ok, but when I try to log in to manage the application, google

[google-appengine] Re: Can't manage the application

2009-07-16 Thread ltcstyle
Thanks Nick. It works. But why is the reason I can't use normal way to log in? Just curious. Cheers On Thu, Jul 16, 2009 at 3:04 PM, Nick Johnson (Google)nick.john...@google.com wrote: Hi Itcstyle, Are you logging in using the account you created the app with, or one on the domain you

[google-appengine] Re: [app-engine-patch] Re: who is using app-engine-patch?

2009-05-19 Thread ltcstyle
Hey Waldemar, Finally you decided to compile a list of AEP based projects. Glad to hear that. Here is mine: http://www.mobitheweb.com Another is on its way. Cheers 2009/5/19 Александр Васильев a.a.vasil...@gmail.com: Hello Waldemar. Here: http://www.aikido.nsk.su is deployed a site,

[google-appengine] Can't create first application

2009-04-18 Thread ltcstyle
Hi, I have used Google App account to create google appengine project. I have been verified with the sms. Then I follow the link to create a new project. But when I finish, the new project is not created. At least I can't manage it. I then try to create it again. App engine display an error

[google-appengine] Re: Guideline for performance tuning

2009-03-05 Thread ltcstyle
- home t.ark...@gmail.comwrote: Profile profile profile! Use the profiler, on the live app engine. On Mar 4, 8:42 am, ltcstyle ltcst...@gmail.com wrote: Hi All, When we developing an app, or implementing an idea, it's very likely we focus on the features and functionalities first

[google-appengine] Re: Guideline for performance tuning

2009-03-05 Thread ltcstyle
Hi Alex, Can't wait to see your experiences. Good luck. On Thu, Mar 5, 2009 at 7:36 AM, Alex Popescu the.mindstorm.mailingl...@gmail.com wrote: On Mar 4, 4:42 pm, ltcstyle ltcst...@gmail.com wrote: Hi All, When we developing an app, or implementing an idea, it's very likely we

[google-appengine] Guideline for performance tuning

2009-03-04 Thread ltcstyle
Hi All, When we developing an app, or implementing an idea, it's very likely we focus on the features and functionalities first. However, at some point, the performance could become your concern unless you do not expect it run nicely. I am wondering how you guys do this performance tuning works

[google-appengine] Re: Disappointed with free quota changes (probably not surprising)

2009-02-26 Thread ltcstyle
Why not try AppEngine Patch, you get the best of both gae and django. -- www.MobiTheWeb.com Let's share the best mobile web experience. On Thu, Feb 26, 2009 at 4:51 PM, Bennomatic readyass...@gmail.com wrote: I could make a pretty good guess as to why it happened. Google's major income

[google-appengine] Data is missing in new version

2009-02-21 Thread ltcstyle
Hi, How to use the datastore in a newer version? I have deployed a newer version of my app, but I can't use the data previous in the datastore? Any hints will be appreciated. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[google-appengine] Re: bulkupload blobproperty?

2009-02-13 Thread ltcstyle
I have a Person object which required avatar image blob property. Can I convert the image into blob string, then store them into the cvs file with other Person information. And use bulkloader.py to upload the data into datastore? Any thoughts? Thanks On Tue, Feb 10, 2009 at 3:27 PM, ltcstyle

[google-appengine] bulkupload blobproperty?

2009-02-10 Thread ltcstyle
Hi, just heard about the new bulkuploader in 1.19, sounds great, well done, gae team. One question about bulkupload, is it possible to upload blob type? Any tutorial or hints are really appreciated. I have googled, but not much useful information. Thanks.

[google-appengine] 1st post, template error when integrating django polls to app engine

2008-12-27 Thread ltcstyle
Hi All, It's my first time here, also my first time to write django app and use app engine. Once I followed the django turtorials, I tried to integrate this django app to app engine. Done all the main.py, app.yaml and models modifications. When I check /polls/, it give me an