Exemplo n.º 1
0
from nodeshot.conf.celery import init_celery

__all__ = ['app']

app = init_celery('ci')
Exemplo n.º 2
0
from nodeshot.conf.celery import init_celery


__all__ = ['app']


app = init_celery('{{ project_name }}')
Exemplo n.º 3
0
from nodeshot.conf.celery import init_celery


__all__ = ['app']


app = init_celery('hiperguardioes')
Exemplo n.º 4
0
from nodeshot.conf.celery import init_celery


__all__ = ['app']


app = init_celery('ci')
Exemplo n.º 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')
Exemplo n.º 7
0
from nodeshot.conf.celery import init_celery

__all__ = ['app']

app = init_celery('hiperguardioes')