I use a custom signal in my Django app in signals.py:
my_project/
my_app/
signals.py
views.py
In views.py, if I do 'from signals import my_custom_signal' and send
the signal, everything is fine. However, if I do 'from my_app.signals
import my_custom_signal' and send the signal, it never arrives at the
signal handler, no error message, nothing, just fails silently.
Has anyone ever come across this before ? Could not find anything
related in Trac, but I thought I better ask in here before I file a
bug...
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en.