All Talks

Making your life (h)APIer with Django

In this talk, we’ll go over the basics of building an API with DRF versus using DRF-Schema-Adapter and how it will help shrink your codebase.

This is where DRF-Schema-Adapter can make your life easier and happier!

Unfortunately when building a medium-to-large API, DRF leads to a lot of very similar and somewhat repetitive code in building your ViewSet, Serializer, Pagination or Filter classes. In the long-run, all this code also has to be maintained!

When it comes to building API’s with Django, …

You might be interested in: