I'm practicing writing glasswares for Google glass based on python quick start project. I'd like to collect some extra app specific data from the user and store them in database.
- How could I achieve that? There is a
model.py
in the main directory of the base code but I'm not sure whether that is the right place or not. - Can I use
ndb
?