Squeezing the life out of your free Google Appengine Quota (blog.anekdotz.com) 26 points by r11t 16y ago ↗ HN
[–] ntoshev 16y ago ↗ If you aren't going to query on a property, make sure to store it as a TextProperty and not a StringProperty.Don't do this, use StringProperty(indexed=False) - works with the other property types as well. [–] argumentumz 16y ago ↗ Cool, I didn't know you could do this.. [–] argumentumz 16y ago ↗ I updated the article thanks to you..
[–] argumentumz 16y ago ↗ Cool, I didn't know you could do this.. [–] argumentumz 16y ago ↗ I updated the article thanks to you..
3 comments
[ 3.1 ms ] story [ 15.3 ms ] threadDon't do this, use StringProperty(indexed=False) - works with the other property types as well.