Repository URL to install this package:
|
Version:
3.2.2 ▾
|
django-celery
/
app.py
|
|---|
from __future__ import absolute_import, unicode_literals
from celery import current_app
#: The Django-Celery app instance.
app = current_app._get_current_object()