Skip to content

v1.3.5

Compare
Choose a tag to compare
@mauromsl mauromsl released this 11 Jun 15:40
· 4417 commits to master since this release

The upgrade process for 1.3.5 is very similar to the previous releases:

  • Update dependencies: pip3 install -r requirements.txt
  • Run database migrations: python3 src/manage.py migrate
  • Build static assets: python3 src/manage.py build_assets`
  • Collect static assets python3 src/manage.py collectstatic --no-input
  • Load new settings: python3 src/manage.py load_default_settings
  • Run plugin updates: python3 src/manage.py install_plugins