On étend les possibilités pour les tests
This commit is contained in:
parent
e05f4d4869
commit
159e47dff3
@ -198,4 +198,5 @@ if os_getenv("EMAIL_BACKEND"):
|
||||
DEFAULT_FROM_EMAIL = os_getenv("DEFAULT_FROM_EMAIL")
|
||||
|
||||
# increase upload size for debug experiments
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 10 * 2621440
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 10 * 2621440
|
||||
DATA_UPLOAD_MAX_NUMBER_FIELDS = 10000
|
Loading…
x
Reference in New Issue
Block a user