How to fix error in creating nested comment?

前端 未结 0 598
旧巷少年郎
旧巷少年郎 2020-11-28 01:02

I\'m working on creating comment api for my project.

this is my comment model:

class Comment(models.Model):
    user = models.ForeignKey(settings.AUTH_         


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