Thanks for sharing your questions here.  I'm not sure I understand what you 
are trying to accomplish.  If you are trying to add new models (as in 
*ndb.Model* classes), I could only suggest adding new Python classes to the 
*models.py* of that GitHub repository and re-publishing.  Something like 
the following:
class Report(ndb.Model):
  created = ndb.DateTimeProperty(auto_now_add=True)
  reporter = ndb.KeyProperty(kind=User)
  flag = ndb.StringProperty(required=True)

If this is not what you are trying to achieve, please provide more 
information about the code that is failing, what file needs to be changed 
or what error is received.

On Tuesday, June 7, 2016 at 6:52:38 PM UTC-4, Abhishek Ghosh wrote:
>
> Is it possible to remodel the models in google app engine? I am tryinh to 
> add new models and I just can't do it. 
>
> Need help urgently.
>
> TIA
>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/719273aa-6988-4c3b-a347-16bb714d5589%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to