Skip to content

Commit

Permalink
Revert when to ignore signals
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed May 20, 2024
1 parent 00eb49c commit 3baf282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/iiif/manifests/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Django:
"""Settings for automatically pulling data from Django"""

model = Manifest
ignore_signals = True
ignore_signals = environ['DJANGO_ENV'] != 'test'

# fields to map dynamically in Elasticsearch
fields = [
Expand Down

0 comments on commit 3baf282

Please sign in to comment.