1👍
✅
It doesn’t matter where it is located, though it is typically found in the same location as models.py
. To ensure that it is called just do import signals
after your models are defined in models.py
.
- [Answer]-No module named views error in Django. Is it due to Apache, wsgi.py or other?
- [Answer]-Django Models: Should a relatives model refer to itself through ForeignKey or ManyToMany?
- [Answer]-Django website 400 error from a client on Mac, Chrome/Firefox
- [Answer]-Django ModelForm – Multiple Forms in Template with Different Action Views and Redirects
- [Answer]-Why is this template filter invalid?
Source:stackexchange.com