Based on Django\'s documentation I was reading, it seems like signals.py in the app folder is a good place to start with, but the problem I\'m facing is that wh
signals.py
To solve your problem you just have to import signals.py after your model definition. That's all.