Skip to content

Instantly share code, notes, and snippets.

@justinhennessy
Created October 1, 2014 21:19
Show Gist options
  • Save justinhennessy/a2bced12f4580731a98e to your computer and use it in GitHub Desktop.
Save justinhennessy/a2bced12f4580731a98e to your computer and use it in GitHub Desktop.
core@ip-10-21-3-110 ~ $ docker run deis/controller:v0.12.0 cat /app/deis/__init__.py
"""
The Deis main package, including the top-level URLs, Django project
settings, and WSGI setup. Most application domain-specific code lives in
the api, provider, cm, and web Django apps.
"""
from __future__ import absolute_import
__version__ = '0.12.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment