0

I am developing python backend for django web app. In the application when user clicks on Save or Save As button then I should give pop up for confirmation which can be handled by frontend. But in back end, when user opts to save the progress then I should save whatever progress they have made it on that application.

I have created API App and created other views (like Import CSV, Import Excel etc.)

This is whole different view where input for my function would be user click only. I have no idea on how to write this view.

  • 1
    You should share relevant code otherwise, it's nearly impossible to help. – Higor Rossato Oct 04 '19 at 10:49
  • @HigorRossato I have different views for different functionalities like Import dataset from CSV/ Excel/ RDBMS etc. This is totally different function. – oldy kayaks Oct 04 '19 at 10:58
  • Can you make your question more specific? Tell us your best idea so far, and we can probably help you refine it. – krubo Oct 04 '19 at 18:02

0 Answers0