mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
We want to edit target_schedule
This commit is contained in:
parent
41c1c0a2ba
commit
a80950ee16
@ -130,8 +130,8 @@ class Source(db.models.Model):
|
||||
)
|
||||
target_schedule = db.models.DateTimeField(
|
||||
_('target schedule'),
|
||||
auto_now_add=True,
|
||||
db_index=True,
|
||||
default=timezone.now,
|
||||
help_text=_('Date and time when the task to index the source should begin'),
|
||||
)
|
||||
index_schedule = db.models.IntegerField(
|
||||
|
Loading…
Reference in New Issue
Block a user