> When the signals.py and listeners.py are in the same app in which the view function triggers the signal, things are working fine. What could be the issue here and how to work around it?
Most likely your signals and listeners aren't being imported. Stick a print statement in the module to confirm this is the case. If so, import them.
--
Andy McKay
andy@clearwind.ca
twitter: @andymckay
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment