Added DCMeta - EAV based application to represent document meta-data. Started to... backend-rewrite
authorŁukasz Rekucki <lrekucki@gmail.com>
Tue, 22 Jun 2010 15:32:18 +0000 (17:32 +0200)
committerŁukasz Rekucki <lrekucki@gmail.com>
Tue, 22 Jun 2010 15:32:18 +0000 (17:32 +0200)
commit3b2e2e72969a9fa2246774ae2f01bd60a4cd81de
tree179fdd865a410f96033e014213c0f0d49e00438c
parente33227021472d98ab797912e73427a9a71c5a531
Added DCMeta - EAV based application to represent document meta-data. Started to rewrite the wiki app.
20 files changed:
apps/dcmeta/__init__.py [new file with mode: 0644]
apps/dcmeta/admin.py [new file with mode: 0644]
apps/dcmeta/models.py [new file with mode: 0644]
apps/dcmeta/tests.py [new file with mode: 0644]
apps/dcmeta/utils.py [new file with mode: 0644]
apps/dcmeta/views.py [new file with mode: 0644]
apps/dvcs/models.py
apps/dvcs/tests.py
apps/dvcs/urls.py [new file with mode: 0644]
apps/dvcs/views.py
apps/newwiki/__init__.py [new file with mode: 0644]
apps/newwiki/models.py [new file with mode: 0644]
apps/newwiki/tests.py [new file with mode: 0644]
apps/newwiki/urls.py [new file with mode: 0644]
apps/newwiki/views.py [new file with mode: 0644]
apps/wiki/templates/wiki/document_list.html
apps/wiki/views.py
redakcja/settings/common.py
redakcja/urls.py
scripts/fix_links.py [new file with mode: 0755]