-
Non-Django issues during a Django upgrade
Upgrading from Django 3.0.9 to 3.1 was a breeze.
To be fair upgrading Django is usually a breeze. The …
Read more... -
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...