Skip to content

Commit d5da2c6

Browse files
author
jay7958
committed
forgot "python" in front of manage.py
1 parent bb35182 commit d5da2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fi
116116
if python -c 'import sys; print sys.real_prefix' 2>/dev/null; then
117117
python manage.py collectstatic --noinput
118118
else
119-
sudo manage.py collectstatic --noinput
119+
sudo python manage.py collectstatic --noinput
120120
fi
121121

122122

0 commit comments

Comments
 (0)