ogn-python/celery_app.py

7 wiersze
125 B
Python
Czysty Zwykły widok Historia

2020-11-15 17:25:01 +00:00
#!/usr/bin/env python
from app import init_celery
app = init_celery()
app.conf.imports = app.conf.imports + ("app.tasks",)