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":
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
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
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
--~--~---
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
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