implement directory categories in CouchDB backend
commit1eb1e2c8fa690480c40fbb7132c00fa2fbf5dbbe
authorStefan Koegl <stefan@skoegl.net>
Thu, 30 Sep 2010 09:04:37 +0000 (30 12:04 +0300)
committerStefan Koegl <stefan@skoegl.net>
Thu, 30 Sep 2010 09:04:37 +0000 (30 12:04 +0300)
treef7bf3e69bdc7648df62954c67bbd78ffd747e0a6
parent1ff7607e93ff3dd2439212902b4da22701f366d2
implement directory categories in CouchDB backend
20 files changed:
doc/couch/documents.txt
doc/couch/views.txt
mygpo/api/advanced/directory.py
mygpo/data/models.py
mygpo/directory/__init__.py [new file with mode: 0644]
mygpo/directory/_design/validate_doc_update.js [new file with mode: 0644]
mygpo/directory/_design/views/categories/map.js [new file with mode: 0644]
mygpo/directory/_design/views/categories_by_tags/map.js [new file with mode: 0644]
mygpo/directory/management/__init__.py [new file with mode: 0644]
mygpo/directory/management/commands/__init__.py [new file with mode: 0644]
mygpo/directory/management/commands/category-merge-spellings.py [new file with mode: 0644]
mygpo/directory/management/commands/update-categories.py [new file with mode: 0755]
mygpo/directory/models.py [new file with mode: 0644]
mygpo/directory/urls.py [new file with mode: 0644]
mygpo/directory/views.py [new file with mode: 0644]
mygpo/settings.py
mygpo/urls.py
mygpo/web/templates/directory.html
mygpo/web/urls.py
mygpo/web/views/public.py