django populate choice field from database code example
Example: django populate choice field from database
ChoiceField doesn't have a queryset. You're looking for ModelChoiceField
ChoiceField doesn't have a queryset. You're looking for ModelChoiceField