Update spotify playlists in cron

This commit is contained in:
Jake Howard 2022-09-04 16:57:57 +01:00
parent b167cd4ca4
commit 79d6c1e951
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,4 +1,5 @@
@weekly ./manage.py update_index
@daily ./manage.py clearsessions
@daily ./manage.py update_unsplash_photos
@weekly ./manage.py refresh_spotify_playlists
*/10 * * * * ./manage.py publish_scheduled_pages