[Answered ]-How to count how many times is finished function in django?

1👍

You should create a new integer field in the table where the information of this form is saved. Then when someone fills the form and downloads the file you should update it with +1.

To show this field, first you should create a new post (or get) method to get the field value, and then, you should call this method when you load the page.

Leave a comment