implement publisher stats with pre-aggregated data
commitfbe9a8187d0cd6cf0223b7a09118fce95a95938a
authorStefan Koegl <stefan@skoegl.net>
Sat, 20 Mar 2010 09:00:59 +0000 (20 10:00 +0100)
committerStefan Koegl <stefan@skoegl.net>
Sat, 20 Mar 2010 09:00:59 +0000 (20 10:00 +0100)
tree51b7e755a679b314481f17082a9130ae2958149e
parent0d9e5a23b44e539c212700726ab58dcd7dfaf1b9
implement publisher stats with pre-aggregated data

data.historic compute historic subscriber stats
data is display in publisher's podcast view
added management command to compute data
12 files changed:
install/update-17.sql [new file with mode: 0644]
mygpo/data/__init__.py [new file with mode: 0644]
mygpo/data/historic.py [new file with mode: 0644]
mygpo/data/management/__init__.py [new file with mode: 0644]
mygpo/data/management/commands/__init__.py [new file with mode: 0644]
mygpo/data/management/commands/historic-data.py [new file with mode: 0644]
mygpo/data/models.py [new file with mode: 0644]
mygpo/publisher/templates/publisher/podcast.html
mygpo/publisher/templatetags/__init__.py [new file with mode: 0644]
mygpo/publisher/templatetags/pcharts.py [new file with mode: 0644]
mygpo/publisher/utils.py
mygpo/publisher/views.py