django-fobi/scripts/collectstatic.sh
2020-01-14 23:58:07 +01:00

3 lines
83 B
Bash
Executable file

#!/usr/bin/env bash
cd examples/simple/
./manage.py collectstatic --no-input "$@"