Last month, we met on January 28th at InfoScout's offices to hear from their head engineer and co-founder, Jon Brelig about how they architected their asynchronous operations.
InfoScout, along with many other companies needing to implement asynchronous functions with Django use Celery and RabbitMQ. We got a quick walkthrough of the parts needed to set up celery with Django and how do you denote a method that should be run asynchronously.
There was some great insight if you plan on implementing celery for your Django application soon: