Posts List

Using Django 2 with Celery and Redis

The current Django version 2.0 brings about some significant changes; this includes a lack of support for python2. Thus, the focus of this tutorial is on using python3 to build a Django application with celery for asynchronous task processing and Redis as the message broker. The code for this tutorial can by downloaded directly from my github account. Preparation Python3 As Django 2 uses python3, we need to make sure we install it.