You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what would be the easiest way to add the progress bar to the normal admin?
I tried overwriting the admin/widgets/clearable_file_input.html, but somehow Django refuses to load my version of that file.
The text was updated successfully, but these errors were encountered:
Interesting idea. Honestly, I don't handle files too large and have a pretty good bandwidth (mostly). Therefore, I didn't consider this yet.
I believe this should be possible, since I co-authored a patch in Django, converting form rendering to templates. So, in theory, we'd just need to alter a template. The setup can be tricky. Maybe injecting a little shadow DOM is a better choice.
If you have a great design idea, I'd be happy to contribute my knowledge.
For the moment, I will move this to discussion until this becomes more tensile.
Cheers!
Joe
Repository owner
locked and limited conversation to collaborators
May 24, 2023
Hi,
what would be the easiest way to add the progress bar to the normal admin?
I tried overwriting the admin/widgets/clearable_file_input.html, but somehow Django refuses to load my version of that file.
The text was updated successfully, but these errors were encountered: