Unicode errors in filebrowser. Refs #372.
[redakcja.git] / platforma / settings.py
old mode 100644 (file)
new mode 100755 (executable)
index 2c4e658..9e4fd8f
@@ -139,6 +139,7 @@ FILEBROWSER_URL_FILEBROWSER_MEDIA = STATIC_URL + 'filebrowser/'
 FILEBROWSER_DIRECTORY = 'images/'
 FILEBROWSER_ADMIN_VERSIONS = []
 FILEBROWSER_VERSIONS_BASEDIR = 'thumbnails/'
+FILEBROWSER_DEFAULT_ORDER = "path_relative"
 
 # REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'
 IMAGE_DIR = 'images'
@@ -158,6 +159,7 @@ log.addHandler(ch)
 # Import localsettings file, which may override settings defined here
 try:
     from localsettings import *
+    INSTALLED_APPS += EXTRA_INSTALLED_APPS
 except ImportError:
     pass