One thing which I’ve found surprisingly hard to do in Django over the years is sort a list of items […]
Author Archives: Tom de Simone
Django Class-Based Generic Views: tips for beginners (or things I wish I’d known when I was starting out)
Django is renowned for being a powerful web framework with a relatively shallow learning curve, making it easy to get […]
Content types and Django CMS
One of our latest projects to go live is a new website for the English National Ballet. Part of a […]
Running a Django (or any other) dev instance over HTTPS
Being able to run your dev instance over HTTPS is really useful: you might spot some weird bug that would […]
HTML5 input type=number and decimals/floats in Chrome
As you may already know, HTML5 has introduced a number of new input types, one of which is the “number” […]