start better rts inegration
This commit is contained in:
@@ -1326,6 +1326,11 @@ class UserAnswerBase(models.Model):
|
||||
|
||||
created = models.DateTimeField(auto_now_add=True)
|
||||
updated = models.DateTimeField(auto_now=True)
|
||||
time_answered = models.DateTimeField(
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Time the question was answered (client-side)",
|
||||
)
|
||||
|
||||
class Meta:
|
||||
abstract = True
|
||||
|
||||
Reference in New Issue
Block a user