I use ubuntu with nginx & gunicorn and try to run django-q
How can I keep django-q run when shutdown terminal please
You will need to either run it as service (refer to answer) or use a process manager as described in the documentation
You will need to either run it as service (refer to answer) or use a process manager as described in the documentation