[google-appengine] Re: BadValueError: Unsupported type for property scheduled_date:

2009-04-06 Thread nate12o6
rty type mismatch, perhaps scheduled_date should be a > datetime.datetime instead of a datetime.date? > > Thank you, > > Jeff > > On Apr 1, 7:51 am,nate12o6 wrote: > > > I am trying to do a bulk load from csv with one of the fields being a > > date.  But i am gettin

[google-appengine] BadValueError: Unsupported type for property scheduled_date:

2009-04-01 Thread nate12o6
I am trying to do a bulk load from csv with one of the fields being a date. But i am getting the following error: BadValueError: Unsupported type for property scheduled_date: Here is my loader file. Any help will be appreciated! import datetime from google.appengine.ext import bulkload from g

[google-appengine] BadValueError: phone must not be empty.

2009-03-18 Thread nate12o6
I am trying to use the bulk loader but am having trouble with it. This is my code: modules.py: from google.appengine.ext import db class Installs(db.Model): status = db.StringProperty() scheduled_date = db.DateProperty() customer_name = db.StringProperty() contra

[google-appengine] GAE will not let me validate my mobile number

2009-03-16 Thread nate12o6
I am trying to validate my google apps engine account with my cell phone but it is telling me it was used already. That is simply not the case. Can someone help me out with this? I have a google apps account. email is nat...@greneaux.com --~--~-~--~~~---~--~~ Yo