pricingassistant/mrq

Django + MRQ

mmmcorpsvit opened this issue · 1 comments

Can anyone share minimal sample please?

This is possible to use Django + MRQ ?

Hi @mmmcorpsvit,

Django's primary use case is with SQL databases, whereas MRQ uses MongoDB, so you won't have a specific integration like there is with Celery.

That said, it's just Python all around so you can definitely make both work together.