Is there any way to run many functions in a django view?

前端 未结 0 1593
南旧
南旧 2020-12-15 15:59

I have written a view function that converts CSV files as well as count the no of lines in CSV files.

views.py

def submit(request):
       csv_form = \         


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