(New to Python and GAE)
I'm looking for an explanation to the use of class variables in db.Model subclasses, which are treated like instance variables. Why are these declared in class scope and not in __init__
? Is this some kind of special GAE requirement?