![]() |
IITkaGyan
v0.9
A platform for students to ask their doubts to IITians directly...
|
Public Member Functions | |
def | get_absolute_url (self) |
def | __str__ (self) |
Static Public Attributes | |
author = models.CharField(max_length=100, null=True) | |
question_text | |
date_created = models.DateField(null=True, default=timezone.now()) | |
date_updated = models.DateField(null=True, default=timezone.now()) | |
Model representing a question.
def gyans.models.Question.__str__ | ( | self | ) |
String for representing the Model object.
def gyans.models.Question.get_absolute_url | ( | self | ) |
Returns the url to access a particular question and its answer.
|
static |
|
static |
|
static |
|
static |