Posts by Lucas Guedes • 11 points
3 posts
-
0
votes1
answer18
viewsA: Inline formsets Django
Well after a lot of research I discovered the problem, and here’s the thing, the formset needs you to reference it as management_form so just add {{ formset.management_form }} before the loop of…
-
0
votes1
answer18
viewsQ: Inline formsets Django
Hello, I am until that experienced in Django but I am having an error that I am not able to solve, well the error is this, I have an inlineformset_factory and when I go to save it not saved and says…
-
1
votes1
answer30
viewsQ: Initial Form Django is not working properly
Well I am developing an application in Django and I am trying to use jquery with Django to make a request to Viacep to consult the cep that the person typed and left the focus of the field that was…