diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-16 20:09:34 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-16 20:09:34 +0100 |
commit | 12f422fd95e3b5d6228f220c67ae2a203898007c (patch) | |
tree | 75b2bf05b5896ce960165a28b9b23b4f18a593c0 /install/local_settings.py.sample | |
parent | 696671dea6b284eea36affd473d9f036de4db71f (diff) | |
download | Ishtar-12f422fd95e3b5d6228f220c67ae2a203898007c.tar.bz2 Ishtar-12f422fd95e3b5d6228f220c67ae2a203898007c.zip |
Indication of the maximum file size in help for file fields
Diffstat (limited to 'install/local_settings.py.sample')
-rw-r--r-- | install/local_settings.py.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/local_settings.py.sample b/install/local_settings.py.sample index dbe4e7e62..93ccdc01a 100644 --- a/install/local_settings.py.sample +++ b/install/local_settings.py.sample @@ -13,6 +13,10 @@ LOGFILE = "/var/log/django/ishtar-#APP_NAME#.log" MEDIA_ROOT = "#APP_DIR#/media/" +# if you change this parameter do not forget to change it in your nginx +# configuration +MAX_UPLOAD_SIZE = #MAX_UPLOAD_SIZE# # in Mo + ODT_TEMPLATE = "#INSTALL_PATH#/ishtar_common/static/template.odt" ALLOWED_HOSTS = ["#URL#"] |