/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

saptaks.blog
| | corgibytes.com
3.4 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.
| | www.django-rest-framework.org
1.8 parsecs away

Travel
| | Django, API, REST, Serializer relations
| | stribny.name
2.0 parsecs away

Travel
| | How to combine request and response serializers into one for use in ModelViewSets.
| | www.cdrf.co
4.2 parsecs away

Travel
| Detailed descriptions, with full methods and attributes of CreateModelMixin Django REST Framework class.