klokan / googlecrisismap

Automatically exported from code.google.com/p/googlecrisismap
Apache License 2.0
0 stars 0 forks source link

Migrate models to ndb.Model #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See https://developers.google.com/appengine/docs/python/ndb/

The models in model.py should inherit from ndb.Model, not (as they currently 
do) db.Model.

Original issue reported on code.google.com by r...@google.com on 30 Sep 2013 at 11:42