django-fobi/scripts/collectstatic.sh

4 lines
83 B
Bash
Raw Normal View History

2020-01-14 22:58:07 +00:00
#!/usr/bin/env bash
cd examples/simple/
./manage.py collectstatic --no-input "$@"