Installing a simple Queuing tool in Django
Django-Q is a native Django task-queue and scheduler. I like it because it can use your database as a data store rather than having to branch out to other tools like Redis. And while Django-Q can handle Redis – the… Read More »Installing a simple Queuing tool in Django