Merge branch 'master' into edumed
[redakcja.git] / redakcja / settings / common.py
index 1e16bb1..ec4ff7a 100644 (file)
@@ -118,6 +118,7 @@ INSTALLED_APPS = (
     'djkombu',
 
     'catalogue',
+    'cover',
     'dvcs',
     'wiki',
     'toolbar',
@@ -138,6 +139,8 @@ FILEBROWSER_VERSIONS_BASEDIR = 'thumbnails/'
 FILEBROWSER_DEFAULT_ORDER = "path_relative"
 
 # REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'
+
+# Must match FILEBROWSER_DIRECTORY
 IMAGE_DIR = 'images'