We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5774337 commit 58a6ee4Copy full SHA for 58a6ee4
djangoproject/settings/prod.py
@@ -98,3 +98,7 @@
98
RECAPTCHA_PRIVATE_KEY = SECRETS.get("recaptcha_private_key")
99
100
RECAPTCHA_REQUIRED_SCORE = 0.9
101
+
102
+# Release artifacts are uploaded via the admin and are about 10Mb each
103
+# The nginx configuration still restricts the upload size on most pages.
104
+DATA_UPLOAD_MAX_MEMORY_SIZE = 50 * 1024 * 1024 # 50 Mb
0 commit comments