Skip to content

Commit feecbee

Browse files
committed
ajout cron pour indexer les contenus
conseillé dans le README
1 parent 8af76a7 commit feecbee

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cron.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"jobs": [
3+
{
4+
"command": "0 3 * * SUN python manage.py update_index"
5+
}
6+
]
7+
}

0 commit comments

Comments
 (0)