From 8b3909ca97a3dc285b93fac04033a5c64d6cd5e9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 31 Jan 2017 12:45:45 +0100 Subject: [PATCH] Do not collectstatic on init --- app/bin/init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/app/bin/init.sh b/app/bin/init.sh index 5fdaabb0..9a27441d 100755 --- a/app/bin/init.sh +++ b/app/bin/init.sh @@ -15,4 +15,3 @@ python $manage loaddata $app/organization/projects/fixtures/organization-project bash /srv/doc/build.sh cd /srv && bower --allow-root install && gulp build -python /srv/app/manage.py collectstatic --no-input -- 2.39.5