debug
This commit is contained in:
@@ -26,7 +26,9 @@ Key_separator = "--"
|
|||||||
|
|
||||||
class caldav_sync_manager(models.Model):
|
class caldav_sync_manager(models.Model):
|
||||||
dtDate = models.DateField('Date_synchronized', auto_now_add=True, unique=True)
|
dtDate = models.DateField('Date_synchronized', auto_now_add=True, unique=True)
|
||||||
bDone = models.BooleanField("Effectuée", default=False)
|
bDone = models.BooleanField("Effectuée", default=False)
|
||||||
|
dtUpdated = models.DateTimeField('date updated', auto_now=True)
|
||||||
|
dtCreated = models.DateTimeField('date published', auto_now_add=True)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.dtDate}"
|
return f"{self.dtDate}"
|
||||||
|
Reference in New Issue
Block a user