mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
Update source.py
This commit is contained in:
parent
be0f57fb5b
commit
d6846ee9d4
@ -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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user