github.com/blystad/deis@v0.11.0/controller/deis/__init__.py (about) 1 """ 2 The Deis main package, including the top-level URLs, Django project 3 settings, and WSGI setup. Most application domain-specific code lives in 4 the api, provider, cm, and web Django apps. 5 """ 6 7 from __future__ import absolute_import 8 9 from .celery import app # noqa 10 11 12 __version__ = '0.11.0'