mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-04-01 12:40:29 +00:00
3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
#!/usr/bin/env bash
|
|
cd examples/simple/
|
|
./manage.py collectstatic --no-input "$@"
|