![]() |
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.CharField(max_length=100, null=True) | |
question | |
answer_text | |
date_created = models.DateField(null=True, default=timezone.now()) | |
date_updated = models.DateField(null=True, default=timezone.now()) | |
upvote = models.IntegerField(default=0) | |
downvote = models.IntegerField(default=0) | |
views = models.IntegerField(default=0) | |
Model representing an answer.
def gyans.models.Answer.__str__ | ( | self | ) |
String for representing the Model object.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |