mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
remove upgrade_index
This commit is contained in:
parent
2df47eb2f7
commit
a153a7af9e
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
# https://docs.weblate.org/en/latest/admin/install.html#production-cron
|
||||
# Fulltext index updates
|
||||
*/5 * * * * __APP__ export DJANGO_SETTINGS_MODULE="weblate.settings" && cd __FINALPATH__ && venv/bin/weblate update_index
|
||||
|
||||
# Cleanup stale objects
|
||||
@daily __APP__ export DJANGO_SETTINGS_MODULE="weblate.settings" && cd __FINALPATH__ && venv/bin/weblate cleanuptrans
|
||||
|
|
Loading…
Reference in a new issue