I\'m working on creating comment api for my project.
this is my comment model:
class Comment(models.Model): user = models.ForeignKey(settings.AUTH_