setup_py3.sh 112 B

123
  1. #!/bin/bash
  2. $PY3_GUNICORN --pid=gunicorn.pid hello.wsgi:application -c gunicorn_conf.py --env DJANGO_DB=mysql &