From d480d63b1c814c6cc831e4cf454ddc1be576e33b Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Wed, 27 Sep 2023 08:36:15 +0200 Subject: [PATCH] fix: add `--noinput` to collectstatic command Closes: #15 --- startup/020-collectstatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup/020-collectstatic b/startup/020-collectstatic index baacf57..865912a 100755 --- a/startup/020-collectstatic +++ b/startup/020-collectstatic @@ -1,4 +1,4 @@ #!/bin/bash source /startup/common -red django-admin collectstatic +red django-admin collectstatic --noinput