Story
As a sponsor
I want my logo + links populated
So that other event attendees are aware of my brand
Details
Currently, the only sponsor is Squadrone.
These sponsors are defined in server/api/sponsor/fixtures/sponsor.json
We need to populate the rest of the sponsors.
Steps to implement
- Start the Django admin server
- Go to http://localhost:8000/admin/sponsor/
- For each sponsor, create an new entry https://www.aicodeaustralia.com.au/competition#:~:text=2025%20Event%20Official,2025%20Event%20Sponsors
- Shut down the server and run
python manage.py dumpdata sponsor.sponsor
- Test that it all works as expected by running
python manage.py loaddata sponsor.sponsor
Story
As a sponsor
I want my logo + links populated
So that other event attendees are aware of my brand
Details
Currently, the only sponsor is Squadrone.
These sponsors are defined in
server/api/sponsor/fixtures/sponsor.jsonWe need to populate the rest of the sponsors.
Steps to implement
python manage.py dumpdata sponsor.sponsorpython manage.py loaddata sponsor.sponsor