Lacey Williams Henschel
Pro-Tip – A Tip About DRF Permissions
I needed to structure permissions in an API view that had multiple user roles, and I learned about using the & (and), | (or) and ~ (not) operators with Django REST Framework permissions.
Lacey Williams Henschel
I needed to structure permissions in an API view that had multiple user roles, and I learned about using the & (and), | (or) and ~ (not) operators with Django REST Framework permissions.
Lacey Williams Henschel
I was working on a project with a coworker recently and I noticed in one of their pull requests that they used a custom exception in one of our Django REST Framework viewsets. I prefer this way to what I was doing before, so I wanted to share it with you!
Stephen Spencer
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 Williams Henschel
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 Williams Henschel
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
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
how to train your validating admission controller webhook without losing a hand
Stephen Spencer
Because someone has to right this stuff down...
Stephen Spencer
Accessing a New GKE Cluster
Stephen Spencer
Beyond wet feet...