Removing unnecessary package (included by mistake)
parent
3d8c47a830
commit
9b8531d562
|
@ -1,8 +0,0 @@
|
|||
from celery import Celery
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
app = Celery('taiga')
|
||||
|
||||
app.config_from_object('django.conf:settings')
|
||||
app.autodiscover_tasks(lambda: settings.INSTALLED_APPS)
|
Loading…
Reference in New Issue