#forms.py ….. class CarForm(forms.ModelForm): #other fields…. OPTIONS = ( ('volvo','Volvo'), ('saab', ...
確定! 回上一頁