Move Suggestions (incl. Blacklist, Ratings) to CouchDB
commit0cad81393e3ea807332af555f44f287da06b8925
authorStefan Koegl <stefan@skoegl.net>
Mon, 25 Oct 2010 13:00:09 +0000 (25 16:00 +0300)
committerStefan Koegl <stefan@skoegl.net>
Mon, 25 Oct 2010 13:00:09 +0000 (25 16:00 +0300)
treed994f85556de7a64412c32cf676f61908ab2ea8d
parentbff3275f566dd1a07fa5babfaa683989f59cf322
Move Suggestions (incl. Blacklist, Ratings) to CouchDB
16 files changed:
doc/couch/documents.txt
doc/couch/views.txt
htdocs/media/screen.css
mygpo/api/models/__init__.py
mygpo/api/sanitizing.py
mygpo/api/simple.py
mygpo/core/_design/views/suggestions_by_user_oldid/map.js [new file with mode: 0644]
mygpo/core/models.py
mygpo/data/management/commands/migrate-suggestions.py [new file with mode: 0755]
mygpo/data/management/commands/update-suggestions.py
mygpo/data/models.py
mygpo/migrate.py
mygpo/web/models.py
mygpo/web/templates/suggestions.html
mygpo/web/urls.py
mygpo/web/views/__init__.py