[google-appengine] You haven't set the DATABASE_ENGINE setting yet

2010-04-28 Thread fedex1
Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. ) INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.contenttypes', ) WEBSITE='http://move.brooklynmarathon.com/' The stack trac

[google-appengine] Re: You haven't set the DATABASE_ENGINE setting yet

2010-04-28 Thread fedex1
, 6:38 pm, Greg wrote: > Not sure which thread this is the tail of, but it seems obvious to me > that you haven't set theDATABASE_ENGINE. Try eding your settings.py > and changing the line to: > >    DATABASE_ENGINE= "sqllite3" > > Sorry if I haven't unders

[google-appengine] Datastore Indexes how can you tell how long it will take? ETA

2010-08-24 Thread fedex1
Hi, I have an application at application id: "race-results" And I see an index has been running for more than a day. It needs adding jobs, but it's hard to tell if it's stuck or just running. Is there any way to find out an ETA for completion. Thanks, Ralph -- You received this message becau

[google-appengine] Re: Paypal / Payment integration and domain related questions for GAE

2010-08-27 Thread fedex1
Hi, Yes PayPal, Google Checkout and Amazon FPS are all available within App Engine. I've integrated all of them at http://move.brooklynmarathon.com Which you can use if you'd like. Ralph On Aug 27, 3:52 am, Andrius A wrote: > 1) yes, try to google and you will find examples > > 2) yes, you can

[google-appengine] Question about Stored Data and Quota of 41 Gigs vs. 1 Gig

2010-08-27 Thread fedex1
Hi, What is the app engine limit for "stored data"? It appears to be 41 Gigs according to the Quota Details page But the billing report shows that the limit is 1 Gig. I'm over the 1 Gig limit but far below the 41 Gig limit, can someone clear this up. Maybe there are different interpretations of

[google-appengine] Re: Question about Stored Data and Quota of 41 Gigs vs. 1 Gig

2010-08-27 Thread fedex1
Billing Settings) will be > billed to you. > > If you look at your billing report, it states that Used = 1.15, Free = 1.00, > and Billable = 0.15. > > > > > > > > On Fri, Aug 27, 2010 at 4:16 PM, fedex1 wrote: > > Hi, > > > What is the app engin

[google-appengine] Re: Question about Stored Data and Quota of 41 Gigs vs. 1 Gig

2010-08-27 Thread fedex1
Sorry. I meant 1.15 Gigs. On Aug 27, 4:59 pm, fedex1 wrote: > Hi Eli, > > Thanks. After looking at it more, I understand and agree with you. > The "Quota Details" page is a little confusing since it does not > mention that 1 Gig is the free quota and 40 is the paid q

[google-appengine] Re: Question about Stored Data and Quota of 41 Gigs vs. 1 Gig

2010-08-27 Thread fedex1
Wow, thanks. And yes, I've starred it. On Aug 27, 5:19 pm, Robert Kluin wrote: > Probably indexes. > > Star this issue:http://code.google.com/p/googleappengine/issues/detail?id=2740 > > Robert > > > > > > > > On Fri, Aug 27, 2010 at 17:06, fedex1 wr

[google-appengine] Question about Task Queue API Call Limit

2010-09-01 Thread fedex1
I have a question, why have a task queue API limit? If the billing is on CPU Time, why not let the CPU Time limit handle the quota. Here's an example of an application having 25% of CPU left and yet it ran out of Task Queue API calls. Also the idea of app engine (which i like) is small fast proc

[google-appengine] Bulk Delete via the remote api console

2010-09-02 Thread fedex1
Hi, Is there something additional that is needed to delete via the remote api console? Is there some transaction logic needed? I try it and it seems to work, asks for userid and password and makes all the remote_api calls but when it finishes NONE of the items are deleted. For example, after im

[google-appengine] Question about Datastore Admin and clearing all data when you are at 100% quota

2010-12-07 Thread fedex1
Hi, I'd like to use the Datastore Admin interface to clear all data. The current state of the application is it is at 100% quota for datastore Total Stored Data100% But the message I see (right away) is "The API call datastore_v3.Put() required more quota than is available." D

[google-appengine] Question about download_app admin access to application

2011-03-04 Thread fedex1
First of all, thanks for AppEngine! I notice that "appcfg.py download_app" limits the download to the developer that uploads it. Would it be possible to allow the owner of the application to also download the application. That would be very helpful to allow the owner to help the developer. I k

[google-appengine] cannot add domain url to appspot id "parking-helper" to google apps domain. can someone help?

2011-03-07 Thread fedex1
Domain Name: brooklynmarathon.com Edition: appengine Affected Username/s: all Issue Description: Hi, I am trying to add a domain and url to a appengine id called "parking-helper" I cannot. I add the domain "brooklynmarathon.com" but when I add url called "parking" it fails with NO error mes

[google-appengine] Sending Email without Viewer rights Request for a "Email Sender" privilege in the appengine admin panel

2011-04-13 Thread fedex1
Hi, First of all thanks a lot for app engine. Is there a way to send email as an authorized user (with their permission of course) WITHOUT giving them viewing rights to the application? I'd like to set the user in the administration panel as "email sender" rather than "viewer" and they will have

[google-appengine] Reset the Datastore Quote Exceeded message

2011-07-05 Thread fedex1
Hi Can someone help me. Reset the datastore quota on app id "parking- helper" The app id "parking-helper" has a Total Stored Data 100% message. But I've deleted 99% of the data (a few days ago) clear the indexes, vacuumed the indexes and cleared the memcache and also waited for at least 2 reset

[google-appengine] Re: Reset the Datastore Quote Exceeded message

2011-07-05 Thread fedex1
Hi Robert, No I am not. Thanks, Ralph On Jul 5, 1:28 pm, Robert Kluin wrote: > Are you using namespaces? > > On Tuesday, July 5, 2011, fedex1 wrote: > > > Hi > > > > Can someone help me.  Reset the datastore quota on app id "parking- > > helper" &

[google-appengine] OAuth and text_db and google app engine and reading a google spreadsheet

2009-07-05 Thread fedex1
Hi, I'm sure I'm missing something. But I don't see the correct way to read a google spreadsheet from google app engine using OAuth. Is there a simple example? I can get the documents and spreadsheets names, dates, etc. but I would like to access the data. This is an example of reading a spr

[google-appengine] index building

2009-08-28 Thread fedex1
Hi, I have an application id "wsxnyc" that is in index "building" and "deleting" mode. Can you tell me how to reset it or can you reset it. I apologize but vacuum also returns an error. Thanks, Ralph --~--~-~--~~~---~--~~ You received this message because you ar

[google-appengine] Enabling billing on appengine

2011-08-18 Thread fedex1
Hi I tried to enable billing on appspot id: race-timing And I see this error: And now appengine shows that billing will be enabled and billing changes cannot be made for 30 minutes, even though I don't see a google checkout order? Can someone help or let me know that it will clear itself. T

[google-appengine] Re: erroring

2011-08-18 Thread fedex1
A couple of questions. What strategy do you use to move from Master Slave to High Replication? I assume it's not as easy as changing a configuration parameter. In fact, you cannot change Datastore Replication Options after you've created an application it seems. Do you simply create a new appli

[google-appengine] Task Queue not running or very very slow for Master Slave instance

2011-12-30 Thread fedex1
Hi, Is anyone seeing that the appengine task queue seems to be not running any tasks in the master slave instances. The only other difference I see from another application where the tasks ARE running is that the one that IS NOT running is a paid application. The application id is "move" There