I need to run Django application using gunicorn. I read documentation, and I think I set up everything like I should, but when I run
gunicorn --worker-class
Seems to be a problem with gunicorn>0.17, see issue #122. For me it's working with the version 0.16.1 of gunicorn.
pip install gunicorn==0.16.1