Skip to content

Commit

Permalink
WAGTAILTRANSFER_UPDATE_RELATED_MODELS
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mann committed Oct 25, 2024
1 parent a0aea26 commit dd7a5ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wagtail_village/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@

SF_ALLOW_RAW_HTML_BLOCKS = os.getenv("SF_ALLOW_RAW_HTML_BLOCKS", "False").lower() == "true"

# WAGTAILTRANSFER_UPDATE_RELATED_MODELS = [
# "wagtail_village.contentpage",
# # 'wagtailimages.image',
# ]
WAGTAILTRANSFER_UPDATE_RELATED_MODELS = [
# "wagtail_village.contentpage",
"wagtailimages.image",
]

WAGTAILTRANSFER_LOOKUP_FIELDS = {
# "taggit.tag": ["slug"],
Expand Down

0 comments on commit dd7a5ad

Please sign in to comment.