Skip to content

Commit

Permalink
Introduce setting to increase max number fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lakridserne committed Oct 7, 2024
1 parent d80ced7 commit 55e6948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forenings_medlemmer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"
CRISPY_TEMPLATE_PACK = "bootstrap5"

DATA_UPLOAD_MAX_NUMBER_FIELDS = os.environ["DATA_UPLOAD_MAX_NUMBER_FIELDS"]

MIDDLEWARE = (
"django.middleware.security.SecurityMiddleware",
"corsheaders.middleware.CorsMiddleware",
Expand Down

0 comments on commit 55e6948

Please sign in to comment.