Commit bb1807da0c3d5071e55f3dbc4f123589850d1d34
1 parent
0cf13fcd
Exists in
master
and in
5 other branches
Set upload max size in setting #132
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
amadeus/settings.py
@@ -224,6 +224,9 @@ S3DIRECT_DESTINATIONS = { | @@ -224,6 +224,9 @@ S3DIRECT_DESTINATIONS = { | ||
224 | 224 | ||
225 | } | 225 | } |
226 | 226 | ||
227 | +# FILE UPLOAD | ||
228 | +MAX_UPLOAD_SIZE = 10485760 | ||
229 | + | ||
227 | try: | 230 | try: |
228 | from .local_settings import * | 231 | from .local_settings import * |
229 | except ImportError: | 232 | except ImportError: |