コード例 #1
0
ファイル: __init__.py プロジェクト: vidyar/nodeshot
from nodeshot.conf.celery import init_celery

__all__ = ['app']

app = init_celery('ci')
コード例 #2
0
ファイル: __init__.py プロジェクト: COLABORATI/nodeshot
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
ファイル: __init__.py プロジェクト: COLABORATI/nodeshot
from nodeshot.conf.celery import init_celery


__all__ = ['app']


app = init_celery('ci')
コード例 #5
0
from nodeshot.conf.celery import init_celery

__all__ = ['app']

app = init_celery('{{ project_name }}')
コード例 #6
0
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')