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

hemamaps / django-celery   python

Repository URL to install this package:

Version: 3.1.17 

/ 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()