mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
3 lines
97 B
Bash
Executable file
3 lines
97 B
Bash
Executable file
#!/usr/bin/env bash
|
|
cd examples/simple/
|
|
./manage.py runserver 0.0.0.0:8000 --traceback -v 3 "$@"
|