migrate episode heatmap to CouchDB
commit69335206515e37c7cc15fd36d3504a69416d1170
authorStefan Kögl <stefan@skoegl.net>
Mon, 11 Apr 2011 12:53:37 +0000 (11 15:53 +0300)
committerStefan Kögl <stefan@skoegl.net>
Mon, 11 Apr 2011 16:47:45 +0000 (11 19:47 +0300)
treee25b049ed9c64907ca11321e19685f1c5b8e738a
parent3018c3e45dfe43310e769b8ba564cdd92b4d7871
migrate episode heatmap to CouchDB
13 files changed:
mygpo/publisher/templates/publisher/episode.html
mygpo/publisher/templates/publisher/podcast.html
mygpo/publisher/templatetags/pcharts.py
mygpo/publisher/utils.py
mygpo/publisher/views.py
mygpo/users/_design/views/episode_heatmap/map.js [new file with mode: 0644]
mygpo/users/_design/views/episode_heatmap/reduce.js [new file with mode: 0644]
mygpo/web/heatmap.py [new file with mode: 0644]
mygpo/web/templates/episode.html
mygpo/web/templatetags/charts.py
mygpo/web/templatetags/episodes.py
mygpo/web/utils.py
mygpo/web/views/episode.py