Added new mimetype app to handle mimetype guessing and provide mimetype related icons when a preview is not available

This commit is contained in:
Roberto Rosario
2011-07-22 03:37:26 -04:00
parent 4060a39a4f
commit f589da84fd
124 changed files with 171 additions and 80 deletions

View File

@@ -150,6 +150,7 @@ INSTALLED_APPS = (
'mptt',
'document_indexing',
'sources',
'mimetype',
)
TEMPLATE_CONTEXT_PROCESSORS = (