We are performance tuners, Django and Python experts, infrastructure and scaling architects.

Django Consulting / Dev / Support Software / Application Development
Python and Django Code Reviews Open Source Software Support
Infrastructure Operations & Deployment Django Upgrade Service

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 | Watch the video

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.

Read more...

Recent 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.

All Posts