Where should signal handlers live in a django project?
问题 I have just started implementing signal listeners in a django project. While I understand what they are and how to use them. I am having a hard time figuring out where I should put them. The documentation from the django site has this to say: Where should this code live? You can put signal handling and registration code anywhere you like. However, you\'ll need to make sure that the module it\'s in gets imported early on so that the signal handling gets registered before any signals need to be