File Uploads with Django & DRF
Dani Hodovic
June 11, 2024 13 min read
GraphQL-like features in Django Rest Framework
May 23, 2024 6 min read
Django alerts with Tailwind and DaisyUI
Feb. 10, 2024 2 min read
Kubernetes on Hetzner for personal use
Affordable Kubernetes that's simple to set up.
Jan. 15, 2024 7 min read
Django shell colors: dev, staging or production?
Avoid running staging commands on production.
May 13, 2023 3 min read
Disable Django Model Signals
Two ways to disable Django model signals.
April 5, 2023 2 min read
Unit testing Django admin views
I'm writing this short cheatsheet for myself and colleagues who often forget how to test Django admin views. The following examples use pytest-style tests.
Dec. 11, 2022 3 min read