Good evening I am developing an app in Django 1.10, using the Bootstrap framework. In my app I have a view where some reports are generated, which usually take a few seconds for the number of records that I manage in the database, what I would like to implement is that when the report is being generated, the user will be show a progress bar or something that indicates you are loading.
I appreciate your cooperation.