Commit bb1807da0c3d5071e55f3dbc4f123589850d1d34

Authored by ailsoncgt
1 parent 0cf13fcd

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 224  
225 225 }
226 226  
  227 +# FILE UPLOAD
  228 +MAX_UPLOAD_SIZE = 10485760
  229 +
227 230 try:
228 231 from .local_settings import *
229 232 except ImportError:
... ...