X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3193141f55df20910cf8ba35f9e669d79c90d3f4..e1fa59b1d066294098538b17725f20e2e50110d2:/platforma/settings.py diff --git a/platforma/settings.py b/platforma/settings.py old mode 100644 new mode 100755 index 3a1f3ad9..19c53210 --- a/platforma/settings.py +++ b/platforma/settings.py @@ -117,14 +117,22 @@ INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.admindocs', + 'wiki', 'piston', + 'sorl.thumbnail', + 'filebrowser', 'explorer', 'toolbar', - 'api', - 'wysiwyg', + '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' EDITOR_COOKIE_NAME = 'options'