Skip to content

Instantly share code, notes, and snippets.

@Sunil-ghodela
Created April 25, 2019 11:17
Show Gist options
  • Save Sunil-ghodela/325bc14807255bae3a65b645e360fc4e to your computer and use it in GitHub Desktop.
Save Sunil-ghodela/325bc14807255bae3a65b645e360fc4e to your computer and use it in GitHub Desktop.
send multiple option from front to django view
https://stackoverflow.com/questions/618557/django-using-select-multiple-and-post
list = request.POST.getlist("items[]")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment