Add user-related collections feature with HTMX support and timestamps for collections
This commit is contained in:
@@ -667,6 +667,9 @@ class ExamOrCollectionGenericBase(models.Model, AuthorMixin):
|
||||
|
||||
name = models.CharField(max_length=200, help_text="Name of the exam/collection")
|
||||
|
||||
created = models.DateTimeField(auto_now_add=True, help_text="Creation timestamp")
|
||||
updated = models.DateTimeField(auto_now=True, help_text="Last updated timestamp")
|
||||
|
||||
start_date = models.DateTimeField(
|
||||
help_text="Date (and time) the exam/collection starts", null=True, blank=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user