Skip to content

Commit

Permalink
fix: add media application to SIGNAL_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjkdp committed Dec 31, 2024
1 parent 1dc4e7e commit 66047ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/signals/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
'signals.apps.search',
'signals.apps.dataset',
'signals.apps.questionnaires',
'signals.apps.my_signals'
'signals.apps.my_signals',
'signals.apps.media',
]

INSTALLED_APPS: list[str] = [
Expand Down

0 comments on commit 66047ac

Please sign in to comment.