Added timestamp to exported history filename (#57)

This commit is contained in:
2018-11-14 12:02:46 -05:00
parent 3d0acc7a4b
commit db29bc9f67
2 changed files with 9 additions and 3 deletions

View File

@@ -265,6 +265,9 @@ def import_history(request, upload_id):
# }}} setup #
history_obj_info_lst.append(history_obj_info)
# PU: refactor saving History object right away if Track obj already
# exists
# PU: refactor below?
rows_read += 1
if (rows_read % TRACKS_LIMIT == 0) or last_row:
# get tracks_response {{{ #