1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-30 17:21:21 +02:00

Don't need to rebuild the ES index periodically, do it only once

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-01-13 19:31:15 +01:00
parent 5d13d9bc16
commit 4ff9f44eae
2 changed files with 1 additions and 3 deletions

View File

@ -4,6 +4,7 @@ crond -l 0
python manage.py migrate
python manage.py loaddata initial
python manage.py update_index
nginx