Files
dss.api/run_web.sh
2015-11-08 21:30:46 +00:00

4 lines
120 B
Bash
Executable File

#!/bin/sh
su -m djworker -c "python manage.py migrate"
su -m djworker -c "python manage.py runserver_plus 0.0.0.0:8001"