[Answer]-Not getting the Dropdown's data in Django view

1👍

In views you use detele_select instead of delete_select specified in your form.

By the way, it is easier and more convenient to use Django forms. It does a lot of work instead of you.

Leave a comment