コード例 #1
0
    def handle_noargs(self, **options):
        if site_too_old():
            return

        from localtv.tasks import update_sources, CELERY_USING
        
        update_sources.delay(using=CELERY_USING)
コード例 #2
0
    def handle_noargs(self, **options):
        if site_too_old():
            return

        from localtv.tasks import update_sources, CELERY_USING

        update_sources.delay(using=CELERY_USING)
コード例 #3
0
    def handle_noargs(self, **options):
        if site_too_old():
            return

        from localtv.tasks import update_sources

        update_sources.delay()