github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/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 __version__ = '1.11.0-dev'