Explorar o código

Django example: App main should be proj.celery

Ask Solem %!s(int64=11) %!d(string=hai) anos
pai
achega
aacb7d4a12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/django/proj/celery.py

+ 1 - 1
examples/django/proj/celery.py

@@ -4,7 +4,7 @@ from celery import Celery
 from django.conf import settings
 
 
-celery = Celery('tasks', broker='amqp://localhost')
+celery = Celery('proj.celery')
 celery.config_from_object(settings)
 celery.autodiscover_tasks(settings.INSTALLED_APPS)