如何在Django(Python)中创建ListField,就像在Google App Engine(Python)中的ListProperty属性一样?我的数据是这样的列表:3,4,5,6,7,8.
3,4,5,6,7,8
我必须定义什么属性以及如何从中获取值?
python django google-app-engine
django ×1
google-app-engine ×1
python ×1