app/soc/models/base.py
changeset 316 9efdc7bc3565
parent 274 56e1c1721299
child 385 6d410bf49a82
equal deleted inserted replaced
315:c4f1a07ee340 316:9efdc7bc3565
    26 
    26 
    27 
    27 
    28 from google.appengine.ext import db
    28 from google.appengine.ext import db
    29 
    29 
    30 from soc.views import helper
    30 from soc.views import helper
       
    31 
    31 import soc.views.helper.forms
    32 import soc.views.helper.forms
    32 
    33 
    33 
    34 
    34 class ModelWithFieldAttributes(db.Model):
    35 class ModelWithFieldAttributes(db.Model):
    35   """A db.Model extension that provides access to Model properties attributes.
    36   """A db.Model extension that provides access to Model properties attributes.