Re: Form with two models

2018-11-07 Thread Ing.Daniel Bojorge
Hi. Welcome to Django world. You can use formset to show and manage both models, Specifically you can use inlineformset_factory, who can help you with that. I maded a course where I explain it, but is in spanish. Bue, read about inlineformset_factory. Dios L@s Bendiga Saludos, [image: --]

Form with two models

2018-11-07 Thread DELEAU Eric
Hello I'm a new django developper and i must build a statistic web site. For this, i made some opération. *# models.py* class Question(models.Model): question_text = models.CharField(max_length=200) categorie = models.CharField(max_length=20) pub_creat = models.DateTimeField('date cre