Add support for bulk downloading benefit images and files
authorMagnus Hagander <magnus@hagander.net>
Thu, 4 Sep 2025 21:33:50 +0000 (23:33 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 4 Sep 2025 21:33:50 +0000 (23:33 +0200)
commitbee49688281de43999856753d432d18ef5b59776
treea36361a3f1bb6bab474af724bb43e2ef298899db
parentbd9a27cfd381a3650284ee07195b50db4fe25cf5
Add support for bulk downloading benefit images and files

This will return a .tar.gz of all the benefit uploaded images and files.
This can be useful for example to archive the contents of a conference
without having to use a token to loop over all files etc.
postgresqleu/confsponsor/urls.py
postgresqleu/confsponsor/views.py
postgresqleu/util/tar.py [new file with mode: 0644]
template/confsponsor/admin_dashboard.html