Skip to content

Commit

Permalink
build: Prevent AWS/Wagtail/MinIO overwrite of files to fix rendition …
Browse files Browse the repository at this point in the history
…overrides
  • Loading branch information
hepplerj committed Nov 11, 2024
1 parent f20fae9 commit ac1dd14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@
# Wagtail configuration
WAGTAILADMIN_BASE_URL = "localhost:8000"
WAGTAIL_SITE_NAME = "Denig Scholarly Essays"
AWS_S3_FILE_OVERWRITE = False
WAGTAILIMAGES_RENDITION_STORAGE_OPTIONS = {"file_overwrite": False}
TAGGIT_TAGS_FROM_STRING = "taggit_selectize.utils.parse_tags"
TAGGIT_STRING_FROM_TAGS = "taggit_selectize.utils.join_tags"
SITE_ID = 1
Expand Down

0 comments on commit ac1dd14

Please sign in to comment.