X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e5fa9dfb8508e5849544105de4594903e2ac66a0..325dea54f6083bbf3ffb2bde983922d799a46f68:/platforma/settings.py diff --git a/platforma/settings.py b/platforma/settings.py old mode 100644 new mode 100755 index 1ca8c81d..cbfd70fa --- a/platforma/settings.py +++ b/platforma/settings.py @@ -122,6 +122,7 @@ INSTALLED_APPS = ( 'filebrowser', 'explorer', 'toolbar', + 'bookthemes', 'api', ) @@ -129,7 +130,7 @@ INSTALLED_APPS = ( 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'