Django and HTML arrays

前端 未结 3 922
难免孤独
难免孤独 2021-01-15 12:05

I have a form with this inputs:





        
3条回答
  •  时光取名叫无心
    2021-01-15 12:25

    this doesn't seem like a very pythonic way to do it. or even a django-nic way to do it.

    http://docs.djangoproject.com/en/dev/topics/forms/

    I haven't really done a lot of forms stuff with django yet, but this looks like it would be helpful in terms of automatic generation, validation, etc.

提交回复
热议问题