allianceauth/run_alliance_corp_update.py
Basraah 17dd7c04c7 Replace django-celery with base Celery (#791)
Update celery tasks to new style & remove djcelery
Vanilla celery + django-celery-beat take over the role of djcelery. Task schedules are consolidated into settings instead of residing in code.
Update docs and example supervisor configs.
2017-05-03 16:53:16 -04:00

6 lines
116 B
Python

from __future__ import unicode_literals
from eveonline.tasks import run_corp_update
run_corp_update.apply()
quit()