Renamed comments app to document_comments to avoid conflics with django comments app

This commit is contained in:
Roberto Rosario
2011-05-01 16:08:34 -04:00
parent 4fffefd367
commit e69a85efad
4 changed files with 5 additions and 5 deletions

View File

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