Skip to content

Commit a9fbbd6

Browse files
committed
fix mailing
1 parent 3e194f1 commit a9fbbd6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

procollab/settings.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from decouple import config
77
from sentry_sdk.integrations.django import DjangoIntegration
88

9-
109
mimetypes.add_type("application/javascript", ".js", True)
1110
mimetypes.add_type("text/css", ".css", True)
1211
mimetypes.add_type("text/html", ".html", True)
@@ -126,7 +125,6 @@
126125
"core.log.middleware.CustomLoguruMiddleware",
127126
]
128127

129-
130128
# CORS_ALLOWED_ORIGINS = [
131129
# "http://localhost:4200",
132130
# "http://127.0.0.1:4200",
@@ -340,7 +338,6 @@
340338
"enqueue": True,
341339
}
342340

343-
344341
if DEBUG:
345342
SELECTEL_SWIFT_URL += "debug/"
346343

@@ -363,3 +360,5 @@
363360
75.0,
364361
float("inf"),
365362
)
363+
364+
DATA_UPLOAD_MAX_NUMBER_FIELDS = None # for mailing

0 commit comments

Comments
 (0)