I have this form:
我有这样的形式:
class ServiceTargetForm(forms.ModelForm):
class Meta:
model = ServiceTarget
fields=('target_type', 'target_value', 'target_threshold')
class ServiceTarI have this form:
我有这样的形式:
class ServiceTargetForm(forms.ModelForm):
class Meta:
model = ServiceTarget
fields=('target_type', 'target_value', 'target_threshold')
class ServiceTar