You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2021. It is now read-only.
The built in Signals (in models.py) don’t work with a custom Hook model because they are hard coded to use the built in model.
Seems like the right way to handle this is to add an optional setting pointing to the custom model, and then use the value of that setting instead of hardcoded references to models.Hook.
The text was updated successfully, but these errors were encountered:
The built in Signals (in models.py) don’t work with a custom
Hook
model because they are hard coded to use the built in model.Seems like the right way to handle this is to add an optional setting pointing to the custom model, and then use the value of that setting instead of hardcoded references to
models.Hook
.The text was updated successfully, but these errors were encountered: