Django/Celery – From Development to Production
When building web applications with Python, you will most likely find yourself using Celery to handle tasks outside the request-response cycle. In my case, I was building a website which had a "quote of the day" section. I needed a way to automatical...
blog.victor.co.zm16 min read
Bisenti Mkangaza
Nice write-up