Skip to content

Commit 714652c

Browse files
committed
deploy fix: add --no-input to startup.sh
Signed-off-by: igor kuzmenkov <igor.kuzmenkov.05@mail.ru>
1 parent 1d3b178 commit 714652c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
python manage.py migrate
4-
python manage.py collectstatic
4+
python manage.py collectstatic --no-input
55
python manage.py runserver 0.0.0.0:8000 --noreload

0 commit comments

Comments
 (0)