Skip to content

Commit

Permalink
fix mailing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakser committed Oct 11, 2023
1 parent 3e194f1 commit a9fbbd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions procollab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from decouple import config
from sentry_sdk.integrations.django import DjangoIntegration


mimetypes.add_type("application/javascript", ".js", True)
mimetypes.add_type("text/css", ".css", True)
mimetypes.add_type("text/html", ".html", True)
Expand Down Expand Up @@ -126,7 +125,6 @@
"core.log.middleware.CustomLoguruMiddleware",
]


# CORS_ALLOWED_ORIGINS = [
# "http://localhost:4200",
# "http://127.0.0.1:4200",
Expand Down Expand Up @@ -340,7 +338,6 @@
"enqueue": True,
}


if DEBUG:
SELECTEL_SWIFT_URL += "debug/"

Expand All @@ -363,3 +360,5 @@
75.0,
float("inf"),
)

DATA_UPLOAD_MAX_NUMBER_FIELDS = None # for mailing

0 comments on commit a9fbbd6

Please sign in to comment.