We offer technical support and consultation for complex open source systems.
When I started writing Django REST Framework code in 2017, there was a lot I didn't know, like how …
Given February 20, 2021 | Watch the video
Check out Lacey's Test & Code podcast interview, where she and Brian Okken chat about how unit tests can help you learn, what it's like to organize DjangoCon US, and why the Django Girls tutorial is still one of the best resources to get started with Django.
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.
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.
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!
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.