Check into adding a data migration that will correctly populate the django_sites table. The Sites framework is used by the Invite app. If we cease using it in the future, this issue no longer be relevant.
It would be nice if we could configure the domain field based on each environment we deploy to, perhaps by adding an entry to secrets.json that we can read from.
Check into adding a data migration that will correctly populate the
django_sites
table. The Sites framework is used by the Invite app. If we cease using it in the future, this issue no longer be relevant.It would be nice if we could configure the
domain
field based on each environment we deploy to, perhaps by adding an entry tosecrets.json
that we can read from.