예제 #1
0
파일: __init__.py 프로젝트: vidyar/nodeshot
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')
예제 #5
0
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')