I have a django app and trying to set it up with gunicorn first and later with supervisor and nginx.
The app is running with the normal django command perfectly like
For anyone facing the same issue, the problem is usually something in django itself. Activate your venv and run ./manage.py runserver
This will usually give you a more detailed error message.