We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcb419 commit a32be78Copy full SHA for a32be78
templates/gunicorn_config.py.j2
@@ -2,6 +2,8 @@
2
"""
3
import os
4
5
+workers = 5
6
+
7
# ensure settings module name doesn't include invalid characters
8
_django_settings_module = os.environ.get("DJANGO_SETTINGS_MODULE")
9
if _django_settings_module:
0 commit comments