Skip to content

Commit 3c4c167

Browse files
koficKofi Bosque-Hamilton
authored andcommitted
Updating documentation
1 parent fe3e1a9 commit 3c4c167

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ Copy and paste this code into the bottom of your settings.py file.
4141
except ImportError:
4242
pass
4343

44+
45+
The DME application will try to resize your images during your upload. If you do not want to resize your images then set the setting **DME_RESIZE = False** somewhere in your settings.py file (after the "media_explorer.settings" import).
46+
47+
If you use your own JQuery in your admin pages and you do not want the DME application JQuery to conflict with yours then set **DME_INCLUDE_JQUERY = False** (since v0.3.6).
48+
4449
Create tables
4550
#############
4651

0 commit comments

Comments
 (0)