add lingo to collectstatic command

This commit is contained in:
Frédéric Péters 2022-09-13 16:27:32 +02:00
parent ea4466e68f
commit 5fcc142e79
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ def get_commands():
sudo -u corbo corbo-manage collectstatic --noinput;
sudo -u fargo fargo-manage collectstatic --noinput;
sudo -u hobo hobo-manage collectstatic --noinput;
sudo -u lingo lingo-manage collectstatic --noinput;
sudo -u passerelle passerelle-manage collectstatic --noinput;
sudo -u welco welco-manage collectstatic --noinput;
sudo -u wcs wcs-manage collectstatic;