I am attempting to use drf-nested-routers to create a simple nested Django REST API given the following models:
# models.py class Podcast(models.Model): t