From: zuber <marek@stepniowski.com>
Date: Fri, 6 Nov 2009 11:29:31 +0000 (+0100)
Subject: Zmiana katalogu przeglądanego przez filebrowser na images oraz usunięcie wyświetlania... 
X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/e5fa9dfb8508e5849544105de4594903e2ac66a0

Zmiana katalogu przeglądanego przez filebrowser na images oraz usunięcie wyświetlania wersji obrazków z admina.
---

diff --git a/platforma/settings.py b/platforma/settings.py
index 1e0d2127..1ca8c81d 100644
--- a/platforma/settings.py
+++ b/platforma/settings.py
@@ -127,6 +127,8 @@ INSTALLED_APPS = (
 
 
 FILEBROWSER_URL_FILEBROWSER_MEDIA = STATIC_URL + 'filebrowser/'
+FILEBROWSER_DIRECTORY = 'images/'
+FILEBROWSER_ADMIN_VERSIONS = []
 
 
 # REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'