Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 555 Bytes

UPGRADE.md

File metadata and controls

17 lines (12 loc) · 555 Bytes

Upgrade

All instructions to upgrade this project from one release to the next will be documented in this file. Upgrades must be run sequentially, meaning you should not skip minor/major releases while upgrading (fix releases can be skipped).

The format is inspired from Keep a Changelog, and this project adheres to Semantic Versioning.

Before any upgrade, collect static files and run database migrations:

$ make collectstatic
$ make migrate

Unreleased