Open Saadnajmi opened 6 years ago
The backend database is either empty, or contains the events from last year. We would like to add all the current events to it. As per Zuhair, it (should) involve something like the following:
1) Using this parser to add events from a CSV https://github.com/MSA-Lone-Star-Council/Showdown/blob/master/backend/src/events/migrations/add_events.py 2) Updating locations on this file (may not be needed) https://github.com/MSA-Lone-Star-Council/Showdown/blob/master/backend/src/events/migrations/0002_auto_20170407_0107.py 3) running docker-compose once those are done
Alternatively, if we get the backend up, we could manually add all the events from the admin iOS app
The backend database is either empty, or contains the events from last year. We would like to add all the current events to it. As per Zuhair, it (should) involve something like the following:
1) Using this parser to add events from a CSV https://github.com/MSA-Lone-Star-Council/Showdown/blob/master/backend/src/events/migrations/add_events.py 2) Updating locations on this file (may not be needed) https://github.com/MSA-Lone-Star-Council/Showdown/blob/master/backend/src/events/migrations/0002_auto_20170407_0107.py 3) running docker-compose once those are done