Incorrect view name for nested hyperlinks using drf-nested-routers

后端 未结 0 916
再見小時候
再見小時候 2021-01-14 00:41

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题