Problemunvalidated
"Cannot unpack non-iterable object" — I'm writing a training Django app where I'm storing info about music albums. Tension: I'm adding a form via which I want to add albums to the database. Outcome: you are trying to pass queryset in as choices, which will not work.
a97397eb-7f02-451b-8af5-69329f692dab
"Cannot unpack non-iterable object" — I'm writing a training Django app where I'm storing info about music albums. Tension: I'm adding a form via which I want to add albums to the database. Outcome: you are trying to pass queryset in as choices, which will not work.