class FirstModel(db.Model):
p = db.StringProperty({option:['aa','bb','cc']})
the error is :
NameError: name 'option' is not defined
what should i do ,thanks
are there any tutorials teaching how to download and use zend components separately, not the framework?
components like zend_cache, zend_log etc
thanks