How can a Celery task have access to the Django database-abstraction API? Does this need to be coded from scratch using one of the strategies for stand-alone Django ORM usage, or is there a more streamlined, built-in way or common practice?
It seems that nobody is asking this question. However, to me, it's fundamental.
This example implies that it's no big deal, but can someone explain how the session management and ORM scoping works between Celery and Django?