Renamed comments app to document_comments to avoid conflics with django comments app
This commit is contained in:
@@ -142,7 +142,7 @@ INSTALLED_APPS = (
|
||||
'folders',
|
||||
'taggit',
|
||||
'tags',
|
||||
'comments',
|
||||
'document_comments',
|
||||
)
|
||||
|
||||
TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
|
||||
Reference in New Issue
Block a user