![]() |
IITkaGyan
v0.9
A platform for students to ask their doubts to IITians directly...
|
Public Member Functions | |
def | __str__ (self) |
Static Public Attributes | |
author = models.ForeignKey(User, on_delete=models.SET_NULL, null=True) | |
answer = models.ForeignKey('Answer', on_delete=models.SET_NULL, null=True) | |
comment_text | |
date_created = models.DateField(default=timezone.now()) | |
date_updated = models.DateField(default=timezone.now()) | |
Model representing a Comment.
def gyans.models.Comment.__str__ | ( | self | ) |
String for representing the Model object.
|
static |
|
static |
|
static |
|
static |
|
static |