From: Guillaume Pellerin Date: Fri, 27 Oct 2017 06:20:46 +0000 (+0200) Subject: add global update script X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bd10204051c2677dcbb02045ee87629910054a9e;p=docker-django-scripts.git add global update script --- diff --git a/update_translation_fields.sh b/update_translation_fields.sh index 55bec14..66f3479 100755 --- a/update_translation_fields.sh +++ b/update_translation_fields.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker-compose run app python /srv/app/manage.py update_translation_fields +git submodule update --recursive --remote