We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e194f1 commit a9fbbd6Copy full SHA for a9fbbd6
1 file changed
procollab/settings.py
@@ -6,7 +6,6 @@
6
from decouple import config
7
from sentry_sdk.integrations.django import DjangoIntegration
8
9
-
10
mimetypes.add_type("application/javascript", ".js", True)
11
mimetypes.add_type("text/css", ".css", True)
12
mimetypes.add_type("text/html", ".html", True)
@@ -126,7 +125,6 @@
126
125
"core.log.middleware.CustomLoguruMiddleware",
127
]
128
129
130
# CORS_ALLOWED_ORIGINS = [
131
# "http://localhost:4200",
132
# "http://127.0.0.1:4200",
@@ -340,7 +338,6 @@
340
338
"enqueue": True,
341
339
}
342
343
344
if DEBUG:
345
SELECTEL_SWIFT_URL += "debug/"
346
@@ -363,3 +360,5 @@
363
360
75.0,
364
361
float("inf"),
365
362
)
+
+DATA_UPLOAD_MAX_NUMBER_FIELDS = None # for mailing
0 commit comments