Skip to content

Commit d7d10ba

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

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)