grouping podcasts, use groups in toplist (bug 853)
commit32f098a19a3c006079510ba32fb4febd893585c1
authorStefan Koegl <stefan@skoegl.net>
Fri, 16 Apr 2010 19:08:35 +0000 (16 21:08 +0200)
committerStefan Koegl <stefan@skoegl.net>
Fri, 16 Apr 2010 19:08:35 +0000 (16 21:08 +0200)
treefdb403b4dee1ce2a44897f220865d59420275596
parentc11a09aee28cd79e15c2c7152e0614b73b0e4450
grouping podcasts, use groups in toplist (bug 853)

group podcasts with ./manage.py group-podcasts
update toplist with ./manage.py update-toplist
install/update-28.sql [new file with mode: 0644]
mygpo/api/models/__init__.py
mygpo/data/management/commands/group-podcasts.py [new file with mode: 0644]
mygpo/data/management/commands/update-toplist.py [new file with mode: 0644]
mygpo/web/templates/toplist.html
mygpo/web/views/__init__.py