請問使用 django models 時,怎麼為產生的html元素添加樣式?
不是在models檔案裡設定的,是在forms檔案裡定義表單欄位的時候設定
你要在 view 函數中將model 傳遞給 templates, 在templates 中應用css js 等,可以先看官方文檔的搭建步驟,有1.8的中文翻譯,
不是在models檔案裡設定的,是在forms檔案裡定義表單欄位的時候設定
你要在 view 函數中將model 傳遞給 templates, 在templates 中應用css js 等,可以先看官方文檔的搭建步驟,有1.8的中文翻譯,