You are here |
saptaks.blog | ||
| | | |
www.django-rest-framework.org
|
|
| | | | Django, API, REST, Serializers | |
| | | |
stribny.name
|
|
| | | | How to combine request and response serializers into one for use in ModelViewSets. | |
| | | |
www.mattlayman.com
|
|
| | | | 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
|
|
| | 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. |