diff --git a/tubesync/sync/models/source.py b/tubesync/sync/models/source.py index cf578840..b12f6163 100644 --- a/tubesync/sync/models/source.py +++ b/tubesync/sync/models/source.py @@ -130,6 +130,7 @@ class Source(db.models.Model): ) target_schedule = db.models.DateTimeField( _('target schedule'), + blank=True, db_index=True, default=timezone.now, help_text=_('Date and time when the task to index the source should begin'),