Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-celery / app.py
Size: Mime:
from __future__ import absolute_import, unicode_literals

from celery import current_app


#: The Django-Celery app instance.
app = current_app._get_current_object()