Browse Source

increase max POST field limit for admin

Nick Sweeting 1 year ago
parent
commit
2c157f0b5b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      archivebox/core/settings.py

+ 1 - 0
archivebox/core/settings.py

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