Re: MultiValueDictKeyError on 'for' loop

2017-01-27 Thread Melvyn Sopacua
On Friday 27 January 2017 02:22:35 Elgan Frost wrote: > but I don't understand why this is causing me the error...? Can anyone > explain what I'm doing wrong here? Is there something wrong with the > way I have declared `drawing_formset`? How can I resolve this error? Your total_forms_count is

MultiValueDictKeyError on 'for' loop

2017-01-27 Thread Elgan Frost
I have Django site, which I am using to manage various projects and the information about each project. I have models for Projects and Budgets in the database. Each Project can have many Budgets, but a Budget can only be associated with one Project. I am trying to add the functionality to