Actually there is a file download page. After downloading, the file is searched for certain data from which the list is formed. Please tell me how to transfer this list to another page? django 1.9

  • A strange question, just save the file in the database (more precisely, the path to it is saved there) and output it on the desired page. - Ivan Semochkin

1 answer 1

def main_view(request): if some_condition: ...... my_object ..... return slave_view(my_object, request) 

I don’t know how much this is a working version, but it’s worth a try, still it’s a Session. Or save to the base.