#add message
This commit is contained in:
parent
32f9abeaf6
commit
04f0bc24ab
|
@ -372,7 +372,8 @@ def handle_uploaded_file(f):
|
|||
return path
|
||||
|
||||
def upload_history_data(request):
|
||||
fn = handle_uploaded_file(request.FILES['history_file_path'])
|
||||
# fn = handle_uploaded_file(request.FILES['history_file_path'])
|
||||
fn = request.FILES('history_file_path')
|
||||
print('+++++++++++++++++++++++++++++++++++++++++++++++++++')
|
||||
# data = pd.read_excel(fn)
|
||||
|
||||
|
|
Loading…
Reference in New Issue