Added comment app with support for adding and deleting comments to and from documents

This commit is contained in:
Roberto Rosario
2011-05-01 04:40:42 -04:00
parent 3261bb08b1
commit 9cebfc978b
12 changed files with 297 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ INSTALLED_APPS = (
'folders',
'taggit',
'tags',
'comments',
)
TEMPLATE_CONTEXT_PROCESSORS = (