示例#1
0
from nodeshot.conf.celery import init_celery

__all__ = ['app']

app = init_celery('ci')
示例#2
0
from nodeshot.conf.celery import init_celery


__all__ = ['app']


app = init_celery('{{ project_name }}')
示例#3
0
from nodeshot.conf.celery import init_celery


__all__ = ['app']


app = init_celery('hiperguardioes')
示例#4
0
from nodeshot.conf.celery import init_celery


__all__ = ['app']


app = init_celery('ci')
from nodeshot.conf.celery import init_celery

__all__ = ['app']

app = init_celery('{{ project_name }}')
from nodeshot.conf.celery import init_celery

__all__ = ['app']

app = init_celery('dev')
示例#7
0
from nodeshot.conf.celery import init_celery

__all__ = ['app']

app = init_celery('hiperguardioes')