1👍
You can use Celery for this, but it is probably overkill if you just have simple task.
http://celery.readthedocs.org/en/latest/userguide/periodic-tasks.html
0👍
A simple solution would be to create a django management task wich update the song raking and call it with a cron every ten minutes.
related answere : django scheduled job
- [Answer]-Django submit multipy forms
- [Answer]-Django: Syntax error in urls.py line 10
- [Answer]-Dot operator for import 1.7 vs 1.8 style
- [Answer]-Trouble while adding south to existing app
- [Answer]-Bucket POST must contain a field named 'key'
Source:stackexchange.com