Commit d997dc08 authored by Michal Čihař's avatar Michal Čihař

Add static files collection to generic upgrading instructions

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 4473097c
......@@ -33,6 +33,12 @@ To upgrade database structure, you should run following commands:
./manage.py migrate
To collect new static files, run:
.. code-block:: sh
./manage.py collectstatic --noinput --link
To upgrade default set of privileges definitions (optional), run:
.. code-block:: sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment