X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/78644811ca0c6042212788dc67add42bc41fb74c..c821de3dedaf3c15a0a3b4e3e933bda71d576206:/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'