FreeMusicNinja / api.freemusic.ninja

Django-powered API for Free Music Ninja
http://api.freemusic.ninja/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Setup scheduled tasks to auto-update CC artists #24

Open treyhunner opened 9 years ago

treyhunner commented 9 years ago

There are three sources of CC artists that should be updated regularly (daily or weekly):

There are Django management commands for these, but they don't have tests yet.

macro1 commented 9 years ago

If the management commands are working, we should just set that up manually for now, till we can look into a more comprehensive deployment strategy.