Skip to content

Commit

Permalink
Add upgrade steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Oct 13, 2022
1 parent ff8b76b commit 8f5f1bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Changelog
2.2 - IN DEVELOPMENT
--------------------

Upgrade steps from 2.1:
~~~~~~~~~~~~~~~~~~~~~~~

* Update python libraries ``pip3 install -r requirements.txt``
* Migrate database ``python manage.py migrate``
* Update CSS and JS libraries ``yarn install``
* Compile the CSS ``yarn build:css:sass``
* Update static files (only production): ``python3 manage.py collectstatic``
* Load new permissions ``python3 manage.py loaddata groups.json categories.json``



🚀 Features:
~~~~~~~~~~~~

Expand Down

0 comments on commit 8f5f1bd

Please sign in to comment.