From 328f9b9ab42b456001a2b8dab15ca6ebe3ba7923 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Wed, 3 Jul 2019 15:58:18 +0200 Subject: Let's increase the verbosity and see what you guys have to say, migrate and collectstatic --- docker/app/scripts/migrate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/app/scripts/migrate.sh b/docker/app/scripts/migrate.sh index 94b5f7c4..c4f59b12 100755 --- a/docker/app/scripts/migrate.sh +++ b/docker/app/scripts/migrate.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash echo --- Applying migrations --- -python manage.py migrate --verbosity 1 +python manage.py migrate --verbosity 2 echo --- Collecting static files --- -python manage.py collectstatic --no-input --clear --verbosity 0 +python manage.py collectstatic --no-input --clear --verbosity 2 echo --- Starting uwsgi --- exec "$@" # This runs the CMD at the end of the Dockerfile -- cgit v1.2.3