mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-08-02 09:13:16 +08:00
Move to using inline todos, update .dockerignore, and remove duplicate timezone records in seed data
This commit is contained in:
parent
b024a74364
commit
f7b949a45e
7 changed files with 40 additions and 29 deletions
|
@ -6,8 +6,7 @@
|
|||
"hour": "0",
|
||||
"day_of_week": "*",
|
||||
"day_of_month": "*",
|
||||
"month_of_year": "*",
|
||||
"timezone": "Asia/Manila"
|
||||
"month_of_year": "*"
|
||||
},
|
||||
{
|
||||
"type": "crontab",
|
||||
|
@ -15,8 +14,7 @@
|
|||
"hour": "1",
|
||||
"day_of_week": "*",
|
||||
"day_of_month": "*",
|
||||
"month_of_year": "*",
|
||||
"timezone": "Asia/Manila"
|
||||
"month_of_year": "*"
|
||||
},
|
||||
{
|
||||
"type": "crontab",
|
||||
|
@ -24,8 +22,7 @@
|
|||
"hour": "12",
|
||||
"day_of_week": "*",
|
||||
"day_of_month": "*",
|
||||
"month_of_year": "*",
|
||||
"timezone": "Asia/Manila"
|
||||
"month_of_year": "*"
|
||||
},
|
||||
{
|
||||
"type": "crontab",
|
||||
|
@ -33,8 +30,7 @@
|
|||
"hour": "13",
|
||||
"day_of_week": "*",
|
||||
"day_of_month": "*",
|
||||
"month_of_year": "*",
|
||||
"timezone": "Asia/Manila"
|
||||
"month_of_year": "*"
|
||||
}
|
||||
],
|
||||
"scheduled_tasks": [
|
||||
|
@ -47,8 +43,7 @@
|
|||
"hour": "1",
|
||||
"day_of_week": "*",
|
||||
"day_of_month": "*",
|
||||
"month_of_year": "*",
|
||||
"timezone": "Asia/Manila"
|
||||
"month_of_year": "*"
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue