Questions tagged [djcelery]

For questions about djcelery, the django-celery pluggable app for Celery integration with Django.

djcelery refers to pluggable app for Celery integration with Django.

122 questions
-1
votes
1 answer

Python + Django + Celery has a very low publish speed

I am having serious problems with task publish speed and I am currently working on debugging it, I think it's problem with Celery settings. I'm using Django, Celery and RabbitMQ. I have a simple task that sends emails. This task works, but it's very…
jawjaw
  • 147
  • 1
  • 11
-3
votes
1 answer

Nested if is not working in django

I am trying to doing a project using nested if. But it's not working. why? My code is, schedule = Schedule.objects.all() for c in schedule : p = c.poll e = c.end_time s = c.start_time n = c.no_of_response …
naveen
  • 71
  • 1
  • 5
1 2 3
8
9