Created
April 25, 2019 11:17
-
-
Save Sunil-ghodela/325bc14807255bae3a65b645e360fc4e to your computer and use it in GitHub Desktop.
send multiple option from front to django view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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