added page for dynamically changing sponsors at /indrel_admin #568
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
title basically describes the change
Can add sponsor name, URL, and a picture, saves to /static/img/sponsors
I keep track of the current sponsors with a metadata file, where each line contains name, URL, and filename for the company. every time someone submits the form, it updates the metadata file to either add new companies or remove some
if someone just deletes the entry for a company on the admin page, it deletes that sponsor from the metadata file, & if a file is not added when submitting on the admin page, then it doesn't change the file that's already in the sponsors folder
it's low-key kinda jank with the metadata file but i didn't wanna change anything with the django database & have to run migrations and stuff, so i just did it this way
Pictures:
Adding a sponsor adds a row to this, and deleting content from an existing row deletes that entry