[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 app engine doesn't show me that app
under my account.
And I tried http://appengine.google.com/dashboard?&app_id=**, it
doesn't help.

Could anyone help?

Cheers

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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) wrote:
>
> Hi Itcstyle,
>
> Are you logging in using the account you created the app with, or one
> on the domain you just set up? If the former, is it an Apps domain?
> You may need to log in at http://appengine.google.com/a/yourdomain .
>
> -Nick Johnson
>
> On Thu, Jul 16, 2009 at 2:54 PM, ltcstyle wrote:
>>
>> 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 app engine doesn't show me that app
>> under my account.
>> And I tried http://appengine.google.com/dashboard?&app_id=**, it
>> doesn't help.
>>
>> Could anyone help?
>>
>> Cheers
>>
>> >
>>
>
>
>
> --
> Nick Johnson, App Engine Developer Programs Engineer
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> Number: 368047
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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 TemplateSyntaxError.
Here is the track back? What else should I included?

Thanks in advanced.


--> --> -->
Traceback (most recent call last):
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/google/appengine/
tools/dev_appserver.py", line 2443, in _HandleRequest
base_env_dict=env_dict)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/google/appengine/
tools/dev_appserver.py", line 353, in Dispatch
base_env_dict=base_env_dict)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/google/appengine/
tools/dev_appserver.py", line 1869, in Dispatch
self._module_dict)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/google/appengine/
tools/dev_appserver.py", line 1787, in ExecuteCGI
reset_modules = exec_script(handler_path, cgi_path, hook)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/google/appengine/
tools/dev_appserver.py", line 1685, in ExecuteOrImportScript
script_module.main()
  File "/Volumes/MSCDISK/Users/mansonchan/djcode/waakkao/main.py",
line 29, in main
util.run_wsgi_app(application)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/google/appengine/
ext/webapp/util.py", line 76, in run_wsgi_app
result = application(env, _start_response)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
core/handlers/wsgi.py", line 189, in __call__
response = self.get_response(request)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
core/handlers/base.py", line 126, in get_response
return callback(request, **param_dict)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
views/defaults.py", line 89, in server_error
return http.HttpResponseServerError(t.render(Context({})))
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
template/__init__.py", line 168, in render
return self.nodelist.render(context)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
template/__init__.py", line 705, in render
bits.append(self.render_node(node, context))
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
template/__init__.py", line 718, in render_node
return(node.render(context))
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
template/loader_tags.py", line 82, in render
return compiled_parent.render(context)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
template/__init__.py", line 168, in render
return self.nodelist.render(context)
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
template/__init__.py", line 705, in render
bits.append(self.render_node(node, context))
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-
default.bundle/Contents/Resources/google_appengine/lib/django/django/
template/__init__.py", line 718, in render_node
return(node.render(context))
  File "/Volumes/MSCDISK/Users/mansonchan/Desktop/
GoogleAppEngineLauncher.app/Contents

[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.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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  wrote:

> 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.
>
>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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 Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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  wrote:

>
> I could make a pretty good guess as to why it happened.  Google's
> major income is from advertising, and while they're not going broke
> any time soon, the amount of money coming in from their advertising
> has dropped significantly, and so things they could have done as loss
> leaders to get more advertising dollars now are weighing more on the
> budget, so they needed to lower the payment bar on this service.
>
> I'm sure they set the initial quotas with best intentions, but
> crunching some numbers, found that it was not going to be profitable.
> However, as with Gmail service, where the disk space available just
> keeps growing and growing, I'd be willing to bet that as AppEngine
> matures, we might see some new features and/or changes in quotas to
> make it even more appealing than it was in the pre-quota-change days.
>
> That having been said, there may be other reasons for the change.
> when they set the initial quotas, they did it based on a light-
> processing app getting, IIRC, 5 million hits per month.  That number
> hasn't changed.  It could very well be that when they set the quotas,
> they were thinking of the 5 million hits per month and it turns out
> that with proper accounting in place, what they were offering was
> enough for 50 or 500 million.
>
> I understand your frustration.  I do.  And they certainly could have
> handled this better so that it wouldn't feel like a bait-and-switch.
> But at the end of the day, the amount of free service they are
> offering is pretty substantial and for every case like yours I'd bet
> there are hundreds of people who are going to be able to start a
> business and get it profitable before they have to pay a dime.
>
> If this is for a non-profit organization, it still isn't the end of
> the world.  I'm sure that the organization has grant writers who could
> get a $1,000/year grant to pay for the hosting without a problem, if
> it's going to help them do their good works.  Good luck; I hope that
> the optimizations aren't too difficult, and that you can find some way
> to stay under those quotas.  Keep the community posted!
>
> On Feb 24, 6:12 pm, "B.J."  wrote:
> > I don't know that I have ever whined at an organization like Google
> > for trying to make money.
> >
> > That's changing with this message.
> >
> > By my calculations, it could cost me $1000 over the next year to host
> > my app that I had anticipated being hosted under the quotas.  It may
> > cost me nothing right now our usage is just under the daily CPU
> > limits.  If the traffic doesn't grow, no problem  But whose goal is it
> > for an app not to get more usage?
> >
> > My only real gripe is that App Engine caused me to invest a lot of
> > effort in shoe-horning my app into the "Google Way".  I did that with
> > the understanding that the trade-off was a certain amount of free
> > hosting.  Was that a promise?  Of course not.  Is Google under any
> > obligation to meet my expectation?  No.
> >
> > However, as I attempt to further optimize the application in an effort
> > to not exceed limits, the future of the application is now in
> > question.  This is not a profit deal.  I gave away my time in an
> > effort to help an organization.  Had I known this change was coming, I
> > probably would have chosen a different solution.  Because of the
> > "vendor lock-in" of App Engine, the end result of all this may be
> > simply turning the app off and letting the organization do without.
> > (or find someone else to help them out.)  Better that than hit daily
> > free limits or find money out of someone's pocket.
> >
> > Look $1000/year is not a big deal for world-class hosting.  I get it.
> > I also understand that the free quotas are only there to get people
> > "hooked" such as it were.  I guess I wish had listened to those who
> > said, "Don't do App Engine.  They'll lock you in and change the deal.
> > It's not portable enough."
> >
> > Shame on me, I guess.
> >
> > And before people chime in with all the, "You could always move it
> > to...", or "If you had just written it this way... " or "It's a
> > business, of course they're trying to get you to go over the limits.."
> > please don't.
> >
> > This is just a note to let the people at Google know there is a very
> > real cost to changing the deal on people.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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 and what's your
pattern to improve the quality of your work.
For example, Gql query tuning, template improvement, etc.

If anyone can share their ideas or tips, I would be grateful.

Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Guideline for performance tuning

2009-03-05 Thread ltcstyle
Thanks Tony,

But what to look at in profiler. And how do you judge it could be improved?
For experienced developer, it maybe easy to spot the bottleneck, but for
novice, how should they analyze the profile result and improved the
performance.


Cheers


On Thu, Mar 5, 2009 at 1:14 AM, Tony Arkles - home wrote:

>
> Profile profile profile!  Use the profiler, on the live app engine.
>
>
>
> On Mar 4, 8:42 am, ltcstyle  wrote:
> > 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 and what's
> your
> > pattern to improve the quality of your work.
> > For example, Gql query tuning, template improvement, etc.
> >
> > If anyone can share their ideas or tips, I would be grateful.
> >
> > Thanks.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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  wrote:
> > 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 and what's
> your
> > pattern to improve the quality of your work.
> > For example, Gql query tuning, template improvement, etc.
> >
> > If anyone can share their ideas or tips, I would be grateful.
> >
> > Thanks.
>
> While working on my app I've started to put together a series of
> lessons I've learnt and hope to publish it soon. But I have to firstly
> complete the app :).
>
> ./alex
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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
Sorry, "xxx" is not available. Application Identifiers may contain
only numbers, lowercase letters or hyphens and must be between 6 and
30 characters.

So I assume it is created. But I can't manage the project?
I am also allowed to add appspot service in Google App, but still
can't manage it.
I also tried http://appengine.google.com/dashboard?&app_id=xxx. It
will redirect me to http://appengine.google.com/start

Please could any google guy help?

Thanks

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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 Александр Васильев :
>
> Hello Waldemar.
>
> Here: http://www.aikido.nsk.su is deployed a site, based on the AEP.
> AEP reference added at the bottom of the page.
> Project (saacore) integrated with picasa and blogger (maps underway)
> and is not open yet.
>
> >
>



-- 
www.MobiTheWeb.com
Let's share the best mobile web experience.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---