X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/507a0310a254298927ce71f0650a597c83c0b70c..49e1a0fdfaa15ac3cccb84fd993d68a72cc2a0b9:/platforma/settings.py diff --git a/platforma/settings.py b/platforma/settings.py index 2c4e6588..9e4fd8f5 100755 --- a/platforma/settings.py +++ b/platforma/settings.py @@ -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