Skip to content
Snippets Groups Projects
Verified Commit 8e4d74a8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docs] Suggest using collectstatic --clear

parent 744f9a93
No related branches found
No related tags found
1 merge request!1283Use collectstatic --clear
Pipeline #135270 failed
......@@ -147,7 +147,7 @@ After that, you can install the aleksis meta-package, or only `aleksis-core`:
.. code-block:: shell
pip3 install --break-system-packages aleksis
aleksis-admin vite build
aleksis-admin collectstatic
aleksis-admin collectstatic --clear
aleksis-admin migrate
aleksis-admin createinitialrevisions
......
......@@ -91,7 +91,7 @@ All three steps can be done with the ``poetry shell`` command and
ALEKSIS_maintenance__debug=true ALEKSIS_database__password=aleksis poetry shell
poetry run aleksis-admin vite build
poetry run aleksis-admin collectstatic
poetry run aleksis-admin collectstatic --clear
poetry run aleksis-admin compilemessages
poetry run aleksis-admin migrate
poetry run aleksis-admin createinitialrevisions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment