arikSarkar

getList()

Feb 24th, 2018
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. ### get all the list items from the front-end to the views.py ###
  2. request.POST.getlist('yo_man')
  3. '''
  4. <input type="text" name="yo_man">
  5. <input type="text" name="yo_man">
  6. <input type="text" name="yo_man">
  7. <input type="text" name="yo_man">
  8. '''
  9. # yo_man = []
Add Comment
Please, Sign In to add comment