Please add the following information to your pull request:
Please describe what your PR is fixing
This adds file uploads to the GMM editor in the Django admin. The documents can then be viewed on the GMM page alongside the GMM information. Files will be ordered based on the associated caption.
It also adds a generic file upload functionality (currently limited to images and PDFs) so the board can upload pictures or documents to the website to use anywhere (i.e. in about pages, on the old board/member of merit/honorary member page, or in news articles)
Concretely, which issues does your PR solve? (Please reference them by typing Fixes/References Inter-Actief/amelie#<issue_id>)
Fixes #878
Does your PR change how we process personal data, impact our privacy document, or modify (one of) our data export(s)?
no
Does your PR include any django migrations?
yes
Does your PR include the proper translations (did you add translations for new/modified strings)?
yes, I have included the translations
Does your PR include CSS changes (and did you run the compile_css.sh script in the scripts directory to regenerate the compiled.css file)?
no, my PR does not include CSS changes
Does your PR need external actions by for example the System Administrators? (Think about new pip packages, new (local) settings, a new regular task or cronjob, new management commands, etc.)?
no
Did you properly test your PR before submitting it?
yes
Please add the following information to your pull request:
Please describe what your PR is fixing This adds file uploads to the GMM editor in the Django admin. The documents can then be viewed on the GMM page alongside the GMM information. Files will be ordered based on the associated caption.
It also adds a generic file upload functionality (currently limited to images and PDFs) so the board can upload pictures or documents to the website to use anywhere (i.e. in about pages, on the old board/member of merit/honorary member page, or in news articles)
Concretely, which issues does your PR solve? (Please reference them by typing
Fixes/References Inter-Actief/amelie#<issue_id>
) Fixes #878Does your PR change how we process personal data, impact our privacy document, or modify (one of) our data export(s)? no
Does your PR include any django migrations? yes
Does your PR include the proper translations (did you add translations for new/modified strings)? yes, I have included the translations
Does your PR include CSS changes (and did you run the
compile_css.sh
script in thescripts
directory to regenerate thecompiled.css
file)? no, my PR does not include CSS changesDoes your PR need external actions by for example the System Administrators? (Think about new pip packages, new (local) settings, a new regular task or cronjob, new management commands, etc.)? no
Did you properly test your PR before submitting it? yes