Make sure you have an indexes: line before your mappings. (see http://code.google.com/appengine/docs/python/tools/configuration.html)
On Jan 21, 10:18 am, jones34 <[email protected]> wrote: > I keep getting this error > > Cloning 3 application files. > Closing update. > Error parsing yaml file: > mapping values are not allowed here > in "/Users/ljw1001/journalist/index.yaml", line 3, column 15 > > when trying to upload a file like this: > > - kind: Note > properties: > - name: __searchable_text_index > - name: create_date_time > direction: desc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
