How to send email and get model object in celery task?

后端 未结 0 1601
庸人自扰
庸人自扰 2020-12-29 23:11

If I remove the line object = MyModel.objects.get(pk=pk) it works as I excepted.

But After trying to get the object in my task I got this error dja

相关标签:
回答
  • 消灭零回复
提交回复
热议问题