File: start_wsgi

package info (click to toggle)
python-django-structlog 9.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,004 kB
  • sloc: python: 3,509; sh: 206; javascript: 79; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -o errexit
set -o pipefail
set -o nounset

WSGI=true gunicorn config.wsgi -b 0.0.0.0:8000 --reload