X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2519a2081c61614723ca29c7401fd86533efc34c..3eec01e4c2a842c7383857e49d68664f04759c1f:/platforma/settings.py diff --git a/platforma/settings.py b/platforma/settings.py old mode 100644 new mode 100755 index 87868ce3..58861bf4 --- a/platforma/settings.py +++ b/platforma/settings.py @@ -117,13 +117,22 @@ INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.admindocs', + 'wiki', 'piston', + 'sorl.thumbnail', + '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' EDITOR_COOKIE_NAME = 'options'