migrate publisher functionality to CouchDB backend
commitdde43a17604376c520aee45f68d8a769abad6dd6
authorStefan Kögl <stefan@skoegl.net>
Wed, 23 Feb 2011 15:56:16 +0000 (23 17:56 +0200)
committerStefan Kögl <stefan@skoegl.net>
Wed, 23 Feb 2011 16:00:33 +0000 (23 18:00 +0200)
tree01c2b09529a612f9f7cf594f3bb5b271e34e7636
parent42cc7dce73fb2209771bd99cfee787bb06b946fb
migrate publisher functionality to CouchDB backend
doc/couch/views.txt
mygpo/core/models.py
mygpo/publisher/_design/views/podcasts_by_publisher/map.js [new file with mode: 0644]
mygpo/publisher/auth.py
mygpo/publisher/management/commands/make-publisher.py
mygpo/publisher/management/commands/migrate-publisher.py [new file with mode: 0755]
mygpo/publisher/templates/publisher/home.html
mygpo/publisher/utils.py
mygpo/publisher/views.py
mygpo/settings.py
mygpo/users/models.py