Set higher DATA_UPLOAD_MAX_NUMBER_FIELDS
This commit is contained in:
parent
3ecdf083ea
commit
ff55dce715
1 changed files with 3 additions and 0 deletions
|
|
@ -98,6 +98,9 @@ INSTALLED_APPS = (
|
|||
'candidats',
|
||||
)
|
||||
|
||||
# Institution admin may have multiple contacts with many fields
|
||||
DATA_UPLOAD_MAX_NUMBER_FIELDS = 3000
|
||||
|
||||
FILE_UPLOAD_HANDLERS = ["django.core.files.uploadhandler.TemporaryFileUploadHandler"]
|
||||
|
||||
STORAGES = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue