diff options
author | 2021-09-04 09:02:17 +0100 | |
---|---|---|
committer | 2021-09-04 09:02:17 +0100 | |
commit | 593bd1a9a6b1cef9fa16608e19a379dcf6adb203 (patch) | |
tree | 1e88ce1602e512076e04a062d83c873ed58c7b01 /manage.py | |
parent | Ignore gunicorn configuration from flake8 (diff) |
Explicitly set gunicorn config argument
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -179,6 +179,7 @@ class SiteManager: "-w", "2", "--statsd-host", "graphite.default.svc.cluster.local:8125", "--statsd-prefix", "site", + "--config", "file:gunicorn.conf.py" ] # Run gunicorn for the production server. |