/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

www.mattlayman.com
| | corgibytes.com
1.7 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.laac.dev
1.4 parsecs away

Travel
| | Explore common mistakes made with the Django framework and how they introduce issues into your code.
| | www.paulox.net
1.7 parsecs away

Travel
| | How-To guide to update a Django queryset with annotation andsubquery.
| | www.laceyhenschel.com
8.8 parsecs away

Travel
| One of the things I hear people say about Django is that it's a "batteries included" framework, and Django REST Framework is no different. One of the most powerful of these "batteries" is the ModelViewSet class, which is more of a "battery pack," in that it contains several different batteries. If you have any experience with Django's class-based views, then DRF's viewsets will hopefully look familiar to you.