gae-init / phonebook

Phonebook app built with gae-init
http://phonebook.gae-init.appspot.com
MIT License
11 stars 5 forks source link

http 500 when sorting table #2

Closed michals closed 8 years ago

michals commented 8 years ago

I get nice http 500 whenever I try order by any column. See http://phonebook.gae-init.appspot.com/contact/?order=email

lipis commented 8 years ago

That's because there are no indexes for it.. https://cloud.google.com/appengine/docs/python/datastore/indexes in real life applications and if you would need that particular sort, it would work.