-
A minimal Websockets setup with Django in production
Here I am wiring up my cool JS grid to autoload data changes via server side push. Yeah! Image credit: Helsingin Sanomat … -
Too many Invalid HTTP_HOST header exception errors
Have you deployed an application to production?
Are you getting too many, seemingly random
Invalid HTTP_HOST header
exception errors?Background
I have …
Read more... -
Do you need a task queue in your web app?
Within your web application, some operations, or “tasks”, take an unpredictable time to run.
Others take too long to have them executed …
Read more... -
Huey as a minimal task queue for Django
Are you considering adding a task queue to your Django project? Then this article should be useful to you.
When I was …
Read more...