Explore >> Select a destination


You are here

saptaks.blog
| | www.django-rest-framework.org
15.8 parsecs away

Travel
| | Django, API, REST, Serializers
| | stribny.name
10.5 parsecs away

Travel
| | How to combine request and response serializers into one for use in ModelViewSets.
| | www.mattlayman.com
12.8 parsecs away

Travel
| | If you use Django REST Framework and the DRF JSON API extension, you may want to learn how to sideload extra resources to save on network requests of commonly paired models. We will explore the extra settings required to make that happen.
| | corgibytes.com
24.5 parsecs away

Travel
| I've spent the last couple of months working on an API written using Python, Django, and Django REST Framework (DRF). The latter is a popular, well-established framework for building APIs in Python, so I assumed it would have decent documentation surrounding relational fields, which is a fairly common situation in any model-view-controller (MVC) framework. It turns out that was a faulty assumption.