Skip to content

Commit

Permalink
Updated: collectstatic in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind-4 committed Dec 31, 2022
1 parent ffb5630 commit e577a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
python3.9 manage.py collectstatic --noinput --clear

1 comment on commit e577a12

@vercel
Copy link

@vercel vercel bot commented on e577a12 Dec 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.