Stephen Spencer

Pro-Tip - SSH_AUTH_SOCK, tmux and you

tmux is awesome. I have used it for years. This post is not about tmux but about solving a problem in the context of tmux.

Lacey Henschel

How to Add Django Models to the Wagtail Admin

When working with Wagtail, you might find that you're using Wagtail Page models for some of your database models, but regular Django models for others. In this post, learn how to add your Django models to the Wagtail admin to make managing multiple types of models easier.

Lacey Henschel

Using Different Read and Write Serializers in Django REST Framework

On a recent project, we needed to use different serializers for GET vs POST/PUT/PATCH requests to our API. Read on to learn how we used a mixin to accomplish this goal.

Flavio Curella

Dataclasses and attrs: when and why

Python 3.7 introduced dataclasses, which design is based on the "attrs" library. This article will show the way I use dataclasses and attrs, why I think you should use both, and why I think attrs is still very relevant.

Stephen Spencer

Pro-Tip - jetstack/cert-manager on GKE Private Clusters

how to train your validating admission controller webhook without losing a hand

Stephen Spencer

Pro-Tip - Helm & RBAC: Polishing the Doorknob

Because someone has to right this stuff down...

Stephen Spencer

Pro-Tip - GKE: part 2

Accessing a New GKE Cluster

Frank Wiles

Keeping Django Models Ordered

How to smartly keep a set of Django ORM objects in order for drag-n-drop like situations.

Lacey Henschel

Tips for Using Django's ManyToManyField

ManyToManyFields confuse a lot of people. The way you relate objects to each other is just different enough from dealing with ForeignKeys and just uncommon enough in day-to-day Django development that it's easy to forget all the little tricks for dealing with them.

Prev 1 2 3 4 5 6 7 8 9 10 Next