Hello
I am new to django and try to use the ModelForm paradigma, but can't get the
point ;-((
My example:
models.py:
class Project(models.Model):
id = models.AutoField(primary_key=True)
deletetime = models.DateTimeField()
name = models.CharField(max_length=50)
beginDate =
Daniel Roseman schrieb:
> On Nov 11, 10:04 am, gerhard.oe...@ogersoft.at wrote:
>> Hello
>>
>> I am new to django and try to use the ModelForm paradigma, but can't get the
>> point ;-((
>
> As the documentation says, the point of a modelform is firstly to
> validate input from a user and save it t
2 matches
Mail list logo