djangocon / 2023.djangocon.us

🫐 The DjangoCon US 2023 conference website
https://2023.djangocon.us
Other
16 stars 49 forks source link

🔧 Add speaker pronouns from the speaker information form #146

Closed drewbrew closed 1 year ago

drewbrew commented 1 year ago

Description

Takes the pronouns as the speakers entered them in our speaker information form and adds them to the speaker list

To use:

  1. Export the response Google sheet as a CSV
  2. python bin/process.py add-pronouns-from-csv /path/to/exported.csv
  3. Commit the changes to the _presenters folder
drewbrew commented 1 year ago

schedule