Skip to content

Commit

Permalink
fix: add --noinput to collectstatic command
Browse files Browse the repository at this point in the history
Closes: #15
  • Loading branch information
b1rger committed Sep 27, 2023
1 parent 4a47d44 commit d480d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup/020-collectstatic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

source /startup/common
red django-admin collectstatic
red django-admin collectstatic --noinput

0 comments on commit d480d63

Please sign in to comment.