[Django]-Django WSGI and Gunicorn

2👍

If you have gunicorn listed in INSTALLED_APPS of Django settings module, the command is:

python manage.py run_gunicorn

Not the command you give.

1👍

I have Gunicorn to host my django site and this is the config details hope this is helpfull

👤Rakesh

Leave a comment