Re: Django multiple Model Forms in template

2018-06-23 Thread alex eckert
This is likely not the answer you're looking for, but my two cents... I've never been successful in writing the templates for formsets on my own, as they tend to end up looking rather clunky. I've been using this

Re: how to add radiobuttons to my ModelForm

2018-06-25 Thread alex eckert
Can you include your template code? The issue could be in there. On Sunday, June 24, 2018 at 10:15:50 AM UTC-5, Saloni Kalra wrote: > > I wish to add radio buttons fill in each parameter of my model and also to > convert it to integer on the backend. But somehow its not changing. Kindly > help.

Re: How to create dynamic form field? Django 2.0

2018-07-20 Thread alex eckert
There is no simple solution to this problem. I'm going to try and break this explanation down into simpler parts for you, but please remember this is pretty hard stuff if you're not familiar with Django. I would second @Melvyn's advice, but if you really need to get this done you need to be pat