nalodeni.pirati.cz/run.sh

8 lines
144 B
Bash
Raw Permalink Normal View History

2019-04-03 13:55:34 +03:00
#!/bin/bash
if [[ "x$1" == "x+" ]]; then
./manage.py runserver_plus 127.0.0.1:8010
else
./manage.py runserver --insecure 127.0.0.1:8010
fi