From e577a12479360af097aa23adf9b68ba30c14fa03 Mon Sep 17 00:00:00 2001 From: Arvind-4 Date: Sat, 31 Dec 2022 16:22:26 +0530 Subject: [PATCH] Updated: collectstatic in build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 127a5f2..19e50b0 100644 --- a/build.sh +++ b/build.sh @@ -21,4 +21,4 @@ python3.9 manage.py createsuperuser \ --noinput || true echo "Collecting static files..." -python3.9 manage.py collectstatic -i rest_framework -i flags --noinput --clear \ No newline at end of file +python3.9 manage.py collectstatic --noinput --clear \ No newline at end of file