Update source.py

This commit is contained in:
tcely 2025-05-26 07:23:18 -04:00 committed by GitHub
parent be0f57fb5b
commit d6846ee9d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,7 @@ class Source(db.models.Model):
) )
target_schedule = db.models.DateTimeField( target_schedule = db.models.DateTimeField(
_('target schedule'), _('target schedule'),
blank=True,
db_index=True, db_index=True,
default=timezone.now, default=timezone.now,
help_text=_('Date and time when the task to index the source should begin'), help_text=_('Date and time when the task to index the source should begin'),