Allow more fields in URL

This commit is contained in:
Alexandre Iooss 2021-10-13 14:14:09 +02:00
parent c02d639bbb
commit 292f8e6298

View file

@ -156,6 +156,9 @@ LANGUAGES = [
('fr', _('French')), ('fr', _('French')),
] ]
# Allow more fields in URL to edit large galleries
DATA_UPLOAD_MAX_NUMBER_FIELDS = 10240
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.2/howto/static-files/ # https://docs.djangoproject.com/en/2.2/howto/static-files/