Django Models inheritance and Serializers

前端 未结 0 560
傲寒
傲寒 2020-12-02 15:57

I want to have several models inhering from NoticeModel but currently I only have one:

class NoticeModel(SpicerModel):
    userId = models.Foreig         


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