X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/78644811ca0c6042212788dc67add42bc41fb74c..e5fa9dfb8508e5849544105de4594903e2ac66a0:/platforma/settings.py diff --git a/platforma/settings.py b/platforma/settings.py index 3a1f3ad9..1ca8c81d 100644 --- a/platforma/settings.py +++ b/platforma/settings.py @@ -118,13 +118,19 @@ INSTALLED_APPS = ( 'django.contrib.admindocs', 'piston', + 'sorl.thumbnail', + 'filebrowser', 'explorer', 'toolbar', 'api', - 'wysiwyg', ) +FILEBROWSER_URL_FILEBROWSER_MEDIA = STATIC_URL + 'filebrowser/' +FILEBROWSER_DIRECTORY = 'images/' +FILEBROWSER_ADMIN_VERSIONS = [] + + # REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books' IMAGE_DIR = 'images' EDITOR_COOKIE_NAME = 'options'