problem has been solved.
Actually, the post_save signal was issued twice. This page helped me:
https://code.djangoproject.com/wiki/Signals#Helppost_saveseemstobeemittedtwiceforeachsave
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view th
Hello,
I am using django 1.3, together with djcelery 2.3.3 and rabbitmq.
When I create a task via one specific post_save signal, the
get_basecamp_account.delay() task gets added twice to the queue.
I have checked, the post save signal got only called once. The signal is
executed once, t
2 matches
Mail list logo