5👍
✅
This is something you’ll have to handle on the client-side to provide the actual progress bar, so using something like jQuery is probably ideal here.
As it turns out, someone had the same problem and wrote up a blog post with how they solved it using jQuery. It uses this snippet and the jQuery timers plugin.
- [Django]-Getting data from an Excel sheet
- [Django]-Django deep serialization – follow reverse foreign key constraints
- [Django]-Setting ID for Radio buttons in Django
Source:stackexchange.com