Skip to content

Commit

Permalink
Remove restriction on number of files uploaded for "deck from images"…
Browse files Browse the repository at this point in the history
… functionality
  • Loading branch information
sheepman4267 committed Mar 24, 2024
1 parent 325028a commit 7b6c9a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OpenShow/OpenShow/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'

STATIC_URL = '/static/'

# Remove restriction on number of files uploaded for "deck from images" functionality
DATA_UPLOAD_MAX_NUMBER_FILES = None

0 comments on commit 7b6c9a2

Please sign in to comment.