Skip to content

Commit

Permalink
Merge pull request #227 from lsst-ts/tickets/DM-41949
Browse files Browse the repository at this point in the history
Increase users uploads max file size
  • Loading branch information
sebastian-aranda authored Dec 6, 2023
2 parents 4b24a7a + ccb2570 commit 9b53864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version History
v5.15.1
-------

* Increase users uploads max file size `<https://github.com/lsst-ts/LOVE-manager/pull/227>`_
* Add missing base fixtures `<https://github.com/lsst-ts/LOVE-manager/pull/225>`_

v5.15.0
Expand Down
3 changes: 3 additions & 0 deletions manager/manager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/

# Define the max file size for user uploads
FILE_UPLOAD_MAX_MEMORY_SIZE = 5242880

# Define the URL subpath for this application when deployed:
FORCE_SCRIPT_NAME = os.environ.get("URL_SUBPATH")

Expand Down

0 comments on commit 9b53864

Please sign in to comment.