how to confine to write a string in specific list ,on google-app-engine
- by zjm1126
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