What's new in Django community blogs?

Announcing our DjangoCon US 2024 Talks!

July 17, 2024 » Simon Willison's Weblog: django » [Archived Version]

Announcing our DjangoCon US 2024 Talks! I'm speaking at DjangoCon in Durham, NC in September. My accepted talk title was How to design and implement extensible software with plugins. Here's my abstract: Plugins offer a powerful way to extend software packages. Tools that support a plugin architecture include WordPress, Jupyter, VS Code and pytest - each of which benefits from an enormous array of plugins adding all kinds of new features and expanded capabilities. Adding plugin support to an op…

Read More

Djangonaut Space - Week 4

July 12, 2024 » Software Crafts » [Archived Version]

Reflections and updates from halfway through

Read More

Django Templatetags in a 100 words

July 9, 2024 » Software Crafts » [Archived Version]

Extending the logic possible in templates

Read More

Developing GraphQL APIs in Django with Strawberry

July 5, 2024 » TestDriven.io » [Archived Version]

This tutorial details how to integrate GraphQL with Django using Strawberry.

Read More

Djangonaut Space: Week 3

July 4, 2024 » Software Crafts » [Archived Version]

My weekly progress update

Read More

Customising the Django Admin - Part 5

July 2, 2024 » Software Crafts » [Archived Version]

Using the methods available for more complex customisations

Read More

Reusable Components in Django with Stimulus and Tailwind CSS - Part 2

July 1, 2024 » TestDriven.io » [Archived Version]

This tutorial looks at how to add server-side components to our client-side setup with Django.

Read More

Customising the Django Admin - Part 4

July 1, 2024 » Software Crafts » [Archived Version]

Changing the look & feel of the admin

Read More