Store a list of values in Django keys with a single submit

后端 未结 0 1924
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-27 18:49

I can get the values of all fields as below in the views.py

if request.method == \'POST\':
    teacher_get = request.POST.get(\'teacher\')
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题