Our experience is your advantage.
We offer technical support and consultation for complex open source systems.
Recent Activity
What You Should Know About Django REST Framework
When I started writing Django REST Framework code in 2017, there was a lot I didn't know, like how …
Given February 20, 2021
REVSYS in the News
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.
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.
Recent Blog Posts
Lacey Williams Henschel
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
Custom Exceptions in Django REST Framework
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
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.