Django中 form表單的使用

可參考:html

http://blog.chinaunix.net/uid-21633169-id-4349923.html數組

http://blog.sina.com.cn/s/blog_5edae1a1010172xi.htmlui

model層詳解.net

http://blog.chinaunix.net/uid-21633169-id-4322473.html unix

 

設置多選一選擇框orm

在mode.py 中htm

以下:blog

work_type=models.CharField(verbose_name=u'類型',choice=TOPIC_CHOICES,max_length=20)form

而後定義TOPIC_CHOICES數組model

TOPIC_CHOICES = (
        ('leve1', '差評'),
        ('leve2', '中評'),
        ('leve3', '好評'),
)

需注意幾種forms創建方式不一樣,實現方法也不一樣

相關文章
相關標籤/搜索