You were absolutely right! Changing the EOLs to LF fixed the problem. (I had already read/googled about the EOL-problem with index.yaml, but I didn't consider it a possible solution to my problem because I have a mac-only environment. But I must have misconfigured one of my editors (editra) into using Windows line endings :()
Thanks for your help, Johannes 2010/2/2 Gurminder <[email protected]> > Hi > I had similar problem, this might help > http://www.tutit.net/tags/index.yaml/ > > --Guri > > > On Tue, Feb 2, 2010 at 10:59 AM, Nickolas Daskalou <[email protected]>wrote: > >> Good question, I'm having the same problem. >> >> >> 2010/2/2 Johannes Ammon <[email protected]> >> >> 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]<app-engine-patch%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/app-engine-patch?hl=en. >>> >> >> -- >> 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]<app-engine-patch%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/app-engine-patch?hl=en. >> > > > > -- > -------------------------------------------------------------- > > > -- > 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]<app-engine-patch%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/app-engine-patch?hl=en. > -- 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.
