Django is renowned for being a powerful web framework with a relatively shallow learning curve, making it easy to get […]
Category Archives: Django
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 […]
Scaffolding template tags for Django forms
We love Django here at Isotoma, and we love using Django’s awesome form classes to generate self-generating, self-validating, [X]HTML forms. […]
Getting the name of the current view in a Django template
Recently I have been working with generalised/reusable Django base templates, and I had the need to know the name of […]