On Tue, Jul 8, 2014 at 7:33 AM, <[email protected]> wrote:

>  The indexes of my application http://stramonio-spot.appspot.com/
> are not upgrading. we added the line  *    attivo =
> ndb.IntegerProperty(indexed=True)* in our models.py file several days
> ago(see code lines below),  but still only the *posizione* idex is shown
> . Any help appreciated
> class Tema(ndb.Model):
>     nome = ndb.StringProperty(indexed=False)
> *    attivo = ndb.IntegerProperty(indexed=True)*
>     ts = ndb.DateTimeProperty(auto_now_add=True)
>


Hi,

If you go into your application's App Engine console and click the link
marked "Datastore Indexes". what do you see on the resulting page? How did
you update your application on production App Engine? Did you run the
update_indexes command
<https://developers.google.com/appengine/docs/python/tools/uploadinganapp#Python_Updating_indexes>
?

Also, can you try creating a new Entity under *Tema*, saving it to the
datastore, and attempt to query for it?


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to