Software Crafts

Blog Info Software Crafts
Blog website Link

Django URLs in 100 words

May 3, 2024 » Software Crafts » [Archived Version]

Getting from the browser to the view code

Read More

Django Views in 100 words

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

A core component in Django's MVT framework

Read More

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