What is Django

Django positions itself as “the web framework for developers in a hurry”. This is just the sort of thing we need to build quality, performant websites and web applications on a budget.

How I use Django in my projects

I use Django paired with Wagtail CMS to build content managed websites, where the client needs real control over their pages, not just a few text fields buried in an admin panel. Custom page types and content blocks are built around what you actually need to edit, so the editing experience fits the content, rather than the other way round.