fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ustawianie poprawnych ścieżek w interfejsie administracyjnym do przydzielania galerii.
[redakcja.git]
/
platforma
/
settings.py
diff --git
a/platforma/settings.py
b/platforma/settings.py
index
87868ce
..
1e0d212
100644
(file)
--- a/
platforma/settings.py
+++ b/
platforma/settings.py
@@
-118,12
+118,17
@@
INSTALLED_APPS = (
'django.contrib.admindocs',
'piston',
'django.contrib.admindocs',
'piston',
+ 'sorl.thumbnail',
+ 'filebrowser',
'explorer',
'toolbar',
'api',
)
'explorer',
'toolbar',
'api',
)
+FILEBROWSER_URL_FILEBROWSER_MEDIA = STATIC_URL + 'filebrowser/'
+
+
# REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'
IMAGE_DIR = 'images'
EDITOR_COOKIE_NAME = 'options'
# REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'
IMAGE_DIR = 'images'
EDITOR_COOKIE_NAME = 'options'