File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,14 @@ for cms integration:
13
13
Setup
14
14
- add 'image_filer' to INSTALLED_APPS
15
15
- make the directory 'image_filer' (found in image_filer/media/') available in MEDIA_ROOT
16
- - optional: configure IMAGE_FILER_MEDIA_URL in your project's settings.py to the URL
16
+ optional: configure IMAGE_FILER_MEDIA_URL in your project's settings.py to the URL
17
17
where image_filer-media can be found (usually MEDIA_URL+'image_filer/' which is the
18
18
default)
19
+ - for image upload to work, create the folder "catalogue" in your MEDIA_ROOT and make
20
+ it writable to the web server (www-data on linux/unix). Image filer will try to do this
21
+ for you, but if the MEDIA_ROOT folder is not writable (recomended), it will fail and you
22
+ will see "IO ERROR" in the clipboard.
23
+ optional: configure IMAGE_FILER_UPLOAD_ROOT to define an alternative upload directory.
19
24
20
25
21
26
Custom plugins using image folders
You can’t perform that action at this time.
0 commit comments