ytsm/app/init.sh
2018-10-30 14:19:14 +08:00

6 lines
125 B
Bash
Executable File

#!/bin/bash
#./manage.py runserver 0.0.0.0:8000 --noreload
./manage.py migrate
gunicorn -b 0.0.0.0:8000 -w 4 YtManager.wsgi