increase max POST field limit for admin

This commit is contained in:
Nick Sweeting 2024-08-19 18:34:52 -07:00
parent 18ebaed7ed
commit 2c157f0b5b
No known key found for this signature in database

View file

@ -463,6 +463,7 @@ SIGNAL_WEBHOOKS = {
},
}
DATA_UPLOAD_MAX_NUMBER_FIELDS = None
ADMIN_DATA_VIEWS = {
"NAME": "Environment",