Feed: Software Crafts

Short & snappy posts to build my writing habit

Blog Software Crafts
RSS 2.0 Feed Software Crafts
web https://softwarecrafts.co.uk
Last Update05.08.2026
Posts165

Native Django alerting package

April 29, 2024 » Software Crafts » [Archived Version]

Get notified for changes to arbitary queries

Read More

Merging a third party package into django core

April 26, 2024 » Software Crafts » [Archived Version]

Question: What would a package look like if it's goal was to be merged into Django core?

Read More

Sending email in Django using GMail

April 24, 2024 » Software Crafts » [Archived Version]

While I don't advise it, here's how.

Read More

How would you audit a Django codebase?

April 19, 2024 » Software Crafts » [Archived Version]

or better yet, what's available to get familiar with a codebase.

Read More

Analysis for unused code in a Django codebase

April 17, 2024 » Software Crafts » [Archived Version]

An idea I wish existed and I hope to build one day

Read More

Setting up Discord notifications in Grafana

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

Prototyping better visibility for djangoproject.com

Read More

A new Django management command

April 8, 2024 » Software Crafts » [Archived Version]

A little helper to override templates

Read More

A blueprint for django tests

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

Honestly this what most of the first tests you write should look like

Read More

Storage Backends - what are they?

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

Changing how static and media files are handled in Django

Read More