mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-19 18:01:52 +00:00
4 lines
83 B
Bash
4 lines
83 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
cd examples/simple/
|
||
|
|
./manage.py collectstatic --no-input "$@"
|