1👍
✅
Since asking this question, I realized my only solution is the initialization of threads and also that I should do it explicitly in either asgi.py
or wsgi.py
, depending on my production solution – runserver management command is not suitable for production.
Source:stackexchange.com