[Migration] Create podcasts for URL in PostgreSQL
commite0b453285e240d4e2ad2afe945a180b10a033735
authorStefan Kögl <stefan@skoegl.net>
Sun, 15 Jun 2014 15:54:48 +0000 (15 17:54 +0200)
committerStefan Kögl <stefan@skoegl.net>
Sun, 15 Jun 2014 15:56:05 +0000 (15 17:56 +0200)
treec117e317bc1e8419be794ae123992b964d1e6c79
parent36db98f446f696d8f067f503b9dd12fd63301ccb
[Migration] Create podcasts for URL in PostgreSQL
31 files changed:
mygpo/administration/tests.py
mygpo/administration/views.py
mygpo/api/advanced/__init__.py
mygpo/api/advanced/directory.py
mygpo/api/advanced/lists.py
mygpo/api/advanced/settings.py
mygpo/api/backend.py
mygpo/api/legacy.py
mygpo/core/models.py
mygpo/core/tests.py
mygpo/data/feeddownloader.py
mygpo/data/management/commands/group-podcasts.py
mygpo/db/couchdb/episode.py
mygpo/db/couchdb/episode_state.py
mygpo/db/couchdb/podcast.py
mygpo/db/couchdb/podcast_state.py
mygpo/directory/management/commands/set-example-podcasts.py
mygpo/directory/search.py
mygpo/directory/views.py
mygpo/maintenance/management/podcastcmd.py
mygpo/maintenance/merge.py
mygpo/maintenance/tests.py
mygpo/podcasts/models.py
mygpo/podcasts/tests.py
mygpo/publisher/management/commands/make-publisher.py
mygpo/publisher/views.py
mygpo/share/views.py
mygpo/users/sync.py
mygpo/users/tests.py
mygpo/web/views/episode.py
mygpo/web/views/podcast.py