i am trying to fetch notes materials that are related to one specific course

后端 未结 0 417
眼角桃花
眼角桃花 2021-02-10 02:38

Models

class NotesMaterial(models.Model):
    note_title = models.CharField(max_length=200, null=False)
    note_description = models.CharField(max_length=200,          


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