Drobne zmiany w CSS i refaktoring JS. Dodanie przycisków "Powiększ" i "Pomniejsz...
[redakcja.git] / platforma / settings.py
old mode 100644 (file)
new mode 100755 (executable)
index 1e0d212..19c5321
@@ -117,17 +117,21 @@ INSTALLED_APPS = (
     'django.contrib.admin',
     'django.contrib.admindocs',
 
+    'wiki',
     'piston',
     'sorl.thumbnail',
     'filebrowser',
     'explorer',
     'toolbar',
-    'api',
+    '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'