Pip upgrades#

The Pip packages installed following the Pip install documentation can be upgraded by running:

pip install --upgrade sosse

It is recommended to make a backup of the database before upgrading.

When the upgrade is done, the following commands need to be run to update the data:

sosse-admin collectstatic --noinput --clear
sosse-admin migrate
sosse-admin update_se