Django fields in form
As question 4 in that describes, I need to get the form input and calculate design-id for each image uploaded. How do I query the database to get t
You don't access model instance attributes via dictionary notation. You need to use dot notation, as you have done everywhere else.
image.design_id = string