setup_pg.sh 126 B

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