/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

camilamaia.com
| | www.mattlayman.com
5.4 parsecs away

Travel
| | At Python Frederick this month, I presented on features of pytest to use when testing in Python. We looked at parametrize, test file organization, and fixtures. The recording is up on YouTube.
| | www.laceyhenschel.com
3.8 parsecs away

Travel
| | Sometimes the endpoints you get when you use a ModelViewSet aren't enough and you need to add extra endpoints for custom functions. To do this, you could use the APIView class and add a custom route to your `urls.py` file, and that would work fine. But if you have a viewset already, and you feel like this new endpoint belongs with the other endpoints in your viewset, you can use DRF's @action decorator to add a custom endpoint. This means you don't have to change your urls.py -- the method you decorate w...
| | www.cdrf.co
6.4 parsecs away

Travel
| | Detailed descriptions, with full methods and attributes of CreateModelMixin Django REST Framework class.
| | schadokar.dev
19.6 parsecs away

Travel
| In this tutorial, we are going to use Expressjs to expose the API.