Update spotify playlists in cron
This commit is contained in:
parent
b167cd4ca4
commit
79d6c1e951
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
@weekly ./manage.py update_index
|
@weekly ./manage.py update_index
|
||||||
@daily ./manage.py clearsessions
|
@daily ./manage.py clearsessions
|
||||||
@daily ./manage.py update_unsplash_photos
|
@daily ./manage.py update_unsplash_photos
|
||||||
|
@weekly ./manage.py refresh_spotify_playlists
|
||||||
*/10 * * * * ./manage.py publish_scheduled_pages
|
*/10 * * * * ./manage.py publish_scheduled_pages
|
||||||
|
|
Loading…
Reference in a new issue