[google-appengine] How do I deauthenticate myself from the command prompt deployment script?

2010-08-17 Thread mclovin
I have an App, but I need to upload it to our projects page, which uses a different google account. Since I signed in to upload my own app to my own appspot using my google account, it wont let me upload it to theirs even if I have the login info. In fact it doesn't even prompt for the login info l

[google-appengine] Auxiliary Data Processing

2009-06-18 Thread mclovin
Hey all, We developed code and were hoping to use GAE, but it seems as though the CPU usage is simply too high. We would still love to use GAE, however, we were wondering if there was anyway to remotely access the Datastore (hosted on google's servers) w/ C code. Our algorithm was originally deve

[google-appengine] GQuery and filtering out muliple values with relational operators.

2009-06-18 Thread mclovin
Hey, I have entities stored with x and y values. What I want to do in one of my views is to filter them out by their x and y values. so I have agents = Agent.all() neighbors = agents.filter("x >", user.agent.x-10).filter("x <", user.agent.x+10).filter("y >", user.agent.y-10).filter("y <", us

[google-appengine] Re: Calculate CPU Hours that app will use

2009-06-18 Thread mclovin
> > > IMHO this is something that Google really needs to improve. App Engine > > does lack transparency in some areas - and given that it's a product > > meant to appeal to engineers that's a real flaw. > > > On Jun 14, 2:13 am, mclovin wrote: > > >

[google-appengine] Calculate CPU Hours that app will use

2009-06-13 Thread mclovin
I wanted to see if an app would be cost effective to deploy on google's app engine and i guess one of the main areas i am concerned with is CPU usage. Is there a way to calculate how many CPU hours it will use on Google's servers? (the app is already running on my computer via django) I dont think

[google-appengine] Re-orgranize user data: w or w/o view?

2009-06-11 Thread mclovin
I wrote up a prototype for an application in python and was porting it over to django/app_engine. One of the main routines of my program though is that it goes in and modifies user data. I know I probably shouldn't write a view for this because nothing is being viewed (it is entirely backend) so I

[google-appengine] Business Class Project: how much would it cost to run this on Google App engine

2009-05-12 Thread mclovin
Hey guys, I hope this is allowed. I am in a business class and our project is like an e-commerce site. One of the things that we have to report on is how much it will cost to run the business. So I thought of Google App Engine, but when I look at the pricing, I have no idea what I am looking at s

[google-appengine] Re: Announcing: System Status Dashboard, Quota Details Page, and a Preview of Billing

2009-01-08 Thread mclovin
Am i missing something somewhere? I cant seem to find any pricing for commericial applications even though google advertises app engine as a solution for commericial deployment. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[google-appengine] Re: SMS: through python AIM/gtalk libraries?

2009-01-03 Thread mclovin
Have you tried SMS through aim with imified? On Jan 3, 1:44 pm, satish wrote: > I am interested too. I played around with IM integration using the > services fromhttp://new.imified.com/and it worked fine for simple > functionality. > > On Jan 1, 2:08 pm, mclovin wrote: > &g

[google-appengine] SMS: through python AIM/gtalk libraries?

2009-01-02 Thread mclovin
I wanted to test out some SMS web app, where I can communicate w/ the application from my phone. I was wondering if the App Engine allows me to do this through the use of either AIM libraries or Gtalk Libraries written in python. Thanks --~--~-~--~~~---~--~~ You r