When this is deployed, you must remember to reapply the migrations with ./manage.py migrate else the site will break due to a missing field in the database.
When they migrate, they'll be null, so you won't see the effects of this change until the new edition when links will be populated from the pretalx xml into the new field
When this is deployed, you must remember to reapply the migrations with
./manage.py migrate
else the site will break due to a missing field in the database.When they migrate, they'll be null, so you won't see the effects of this change until the new edition when links will be populated from the pretalx xml into the new field