mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
try this translation compiler instead
This commit is contained in:
parent
7e67f67ca6
commit
83f986d17f
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ sudo systemctl stop celery.service
|
||||||
git pull
|
git pull
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
flask db upgrade
|
flask db upgrade
|
||||||
flask translate compile
|
pybabel compile -d app/translations
|
||||||
sudo systemctl start celery.service
|
sudo systemctl start celery.service
|
||||||
sudo systemctl restart pyfedi.service
|
sudo systemctl restart pyfedi.service
|
||||||
|
|
Loading…
Reference in a new issue