Open GoogleCodeExporter opened 9 years ago
The first time I added DJANGO_STYLE_MODEL_KIND = False to my app and updated
it, the
error message in GAE reported a missing index:
- kind: LogEntry
properties:
- name: user
- name: action_time
direction: desc
Once I ran the app locally (manage.py runserver), it added the missing index to
my
index.yaml file. Then when I re-deployed the app (manage.py update --nosyncdb)
the
admin interface started working again.
Not sure if we are looking at exactly the same problem, just letting you know
what
worked for me.
I am using DJANGO_STYLE_MODEL_KIND = False only because I am converting an
existing
non-Django app that was already in GAE with production data.
Original comment by piet.nie...@gmail.com
on 15 Nov 2009 at 12:23
Original issue reported on code.google.com by
mfa1...@gmail.com
on 17 Aug 2009 at 9:45