[Suggestions] migrate suggestions to Django ORM
commitcba010a960b8fbf1e539c48fbac319968a41d2bb
authorStefan Kögl <stefan@skoegl.net>
Sat, 30 Aug 2014 14:19:26 +0000 (30 16:19 +0200)
committerStefan Kögl <stefan@skoegl.net>
Sat, 30 Aug 2014 14:23:34 +0000 (30 16:23 +0200)
treeced9f15c58942cd30c58b2847e10e840f9092b8a
parent1e46e742b4623f32df04680ef2bf81b17bdb4d55
[Suggestions] migrate suggestions to Django ORM
21 files changed:
couchdb/suggestions/_design/suggestions/views/by_user/map.js [deleted file]
doc/dev/couchdb-docs.rst
doc/dev/couchdb-views.rst
mygpo/api/simple.py
mygpo/data/feeddownloader.py
mygpo/data/management/commands/update-related-podcasts.py [deleted file]
mygpo/data/tasks.py
mygpo/db/couchdb/__init__.py
mygpo/db/couchdb/user.py
mygpo/settings.py
mygpo/subscriptions/__init__.py
mygpo/suggestions/__init__.py
mygpo/suggestions/admin.py [new file with mode: 0644]
mygpo/suggestions/apps.py
mygpo/suggestions/models.py
mygpo/suggestions/signals.py
mygpo/suggestions/tasks.py
mygpo/suggestions/templates/suggestions.html
mygpo/suggestions/urls.py
mygpo/suggestions/views.py
mygpo/users/models.py