X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/717c14c014e3c988bcb392599a47ffa92630da78..3bcc03862b46d25ec0c81cfa49c0d1596ba0c271:/platforma/settings.py diff --git a/platforma/settings.py b/platforma/settings.py old mode 100644 new mode 100755 index 1e0d2127..cbfd70fa --- a/platforma/settings.py +++ b/platforma/settings.py @@ -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'