debug
This commit is contained in:
@@ -25,7 +25,8 @@ 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)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.dtDate}"
|
return f"{self.dtDate}"
|
||||||
|
Reference in New Issue
Block a user