Skip to content

Commit 480935d

Browse files
committed
added docs about upload dir. (thanks Krešimir Tonković)
1 parent 4635e32 commit 480935d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ for cms integration:
1313
Setup
1414
- add 'image_filer' to INSTALLED_APPS
1515
- 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
1717
where image_filer-media can be found (usually MEDIA_URL+'image_filer/' which is the
1818
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.
1924

2025

2126
Custom plugins using image folders

0 commit comments

Comments
 (0)