Poprawienie "gallery_from" -> "gallery_form".
[redakcja.git] / platforma / settings.py
old mode 100644 (file)
new mode 100755 (executable)
index 1e0d212..cbfd70f
@@ -122,12 +122,15 @@ INSTALLED_APPS = (
     'filebrowser',
     'explorer',
     'toolbar',
+    'bookthemes',
     'api',
 )
 
 
 FILEBROWSER_URL_FILEBROWSER_MEDIA = STATIC_URL + 'filebrowser/'
-
+FILEBROWSER_DIRECTORY = 'images/'
+FILEBROWSER_ADMIN_VERSIONS = []
+FILEBROWSER_VERSIONS_BASEDIR = 'thumbnails/'
 
 # REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'
 IMAGE_DIR = 'images'