On Dec 22, 4:43 pm, nbv4 wrote:
> I have a model which is defines kind of like this:
>
> MyModel(models.Model)
> field1 = models.BooleanField()
> field2 = models.BooleanField()
> field_num = "1"
>
> And then I have a form thats pretty much this:
>
> MyModelForm(models.ModelForm)
>
I have a model which is defines kind of like this:
MyModel(models.Model)
field1 = models.BooleanField()
field2 = models.BooleanField()
field_num = "1"
And then I have a form thats pretty much this:
MyModelForm(models.ModelForm)
class meta
model = MyModel
I want to be ab
2 matches
Mail list logo