diff options
author | 2021-09-04 10:04:15 +0100 | |
---|---|---|
committer | 2021-09-04 10:04:15 +0100 | |
commit | 2ce7bdd88bb943b7a10eb409bfb1802076762541 (patch) | |
tree | 49895c3c85a2c8cec2d033b51bd0028c548a4e22 /manage.py | |
parent | Merge pull request #579 from python-discord/jb3/update-k8s-path (diff) | |
parent | Merge branch 'main' into jb3/django-prometheus (diff) |
Merge pull request #575 from python-discord/jb3/django-prometheus
Add Django Prometheus
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. |