Hi!

I'm building an application using app-engine-patch on gae. I tested it in
the development environment thoroughly and everything seems fine. But my
index.yaml contains only the django-admin-log entries and stays otherwise
pristine:
-------------------

indexes:


- kind: django_admin_log

  properties:

  - name: content_type

  - name: object_id

  - name: action_time


- kind: django_admin_log

  properties:

  - name: user

  - name: action_time

    direction: desc


# AUTOGENERATED


# This index.yaml is automatically ...
--------------

Any idea about the reason for this behaviour? Is there any way to turn
autogeneration on and off?

I'm stuck. Now I test my app on the production server and insert the indexes
mentioned in the error logs :(

Thanks for your help, Johannes

-- 
You received this message because you are subscribed to the Google Groups 
"app-engine-patch" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/app-engine-patch?hl=en.

Reply via email to