[google-appengine] google-app-engine-django troubles with fixtures

2011-03-04 Thread walter
I'm using google-app-engine-django, Django 1.2, dev_appengine 1.4.2. Data I was add to the datastore via manage.py shell When I try python manage.py dumpdata myapp > fixture.json I get a file with empty square brackets. I created file manually [ { "model":"myapp.news", "pk":

Re: [google-appengine] Google App Engine Django

2010-03-17 Thread Andi Albrecht
This seems to be fixed in r102 ( http://code.google.com/p/google-app-engine-django/source/detail?r=102) Andi On Wed, Mar 17, 2010 at 6:03 AM, Robert wrote: > I installed the helper r100, typed python manage.py runserver, and > received. > > /usr/local/google_appengine/google/appengine/api/ > da

[google-appengine] Google App Engine Django

2010-03-16 Thread Robert
I installed the helper r100, typed python manage.py runserver, and received. /usr/local/google_appengine/google/appengine/api/ datastore_file_stub.py:40: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 /usr/local/google_appengine/google/appengine/api/memcache/__i

[google-appengine] google-app-engine-django

2009-08-12 Thread Andy
Hello Does anyone know what the current status of the google-app-engine- django project at http://code.google.com/p/google-app-engine-django/ All the downloads have been deprecated for a few weeks now, though it is possible to get more recent releases from subversion. Thanks Andy --~--~---

[google-appengine] google-app-engine-django: Specifying Datastore Path

2008-11-16 Thread Chris
How do you specify the datastore path with google-app-engine-django? The modified manage.py doesn't seem to include this option, and I think it passes dev_appserver.py a blank config dictionary. --~--~-~--~~~---~--~~ You received this message because you are subscri

[google-appengine] Google app engine django helper, manage.py update, and (1,0,'final')

2008-09-21 Thread Josh
Hi there, I've been following the instructions here: http://code.google.com/appengine/articles/appengine_helper_for_django.html And everything's worked well, until I tried to use: python manage.py update I ran into the expected problem of: "Error: Your action, 'update', was invalid." Because my