MANIFEST.in
setup.py
vr/__init__.py
vr.server.egg-info/PKG-INFO
vr.server.egg-info/SOURCES.txt
vr.server.egg-info/dependency_links.txt
vr.server.egg-info/entry_points.txt
vr.server.egg-info/namespace_packages.txt
vr.server.egg-info/requires.txt
vr.server.egg-info/top_level.txt
vr/server/__init__.py
vr/server/admin.py
vr/server/commands.py
vr/server/context_processors.py
vr/server/events.py
vr/server/feeds.py
vr/server/fields.py
vr/server/forms.py
vr/server/gunicorn_config.py
vr/server/manage.py
vr/server/models.py
vr/server/remote.py
vr/server/settings.py
vr/server/storages.py
vr/server/tasks.py
vr/server/urls.py
vr/server/utils.py
vr/server/views.py
vr/server/wsgi.py
vr/server/api/__init__.py
vr/server/api/resources.py
vr/server/api/urls.py
vr/server/api/views.py
vr/server/balancer/__init__.py
vr/server/balancer/base.py
vr/server/balancer/dummy.py
vr/server/balancer/nginx.py
vr/server/balancer/varnish.py
vr/server/balancer/zxtm.py
vr/server/migrations/0001_initial.py
vr/server/migrations/__init__.py
vr/server/static/bootstrap/css/bootstrap.css
vr/server/static/bootstrap/css/bootstrap.min.css
vr/server/static/bootstrap/img/glyphicons-halflings-white.png
vr/server/static/bootstrap/img/glyphicons-halflings.png
vr/server/static/bootstrap/js/bootstrap.js
vr/server/static/bootstrap/js/bootstrap.min.js
vr/server/static/css/font-awesome-ie7.css
vr/server/static/css/font-awesome.css
vr/server/static/css/multiselect.css
vr/server/static/css/vr.css
vr/server/static/font/fontawesome-webfont.eot
vr/server/static/font/fontawesome-webfont.svg
vr/server/static/font/fontawesome-webfont.ttf
vr/server/static/font/fontawesome-webfont.woff
vr/server/static/font/roboto/Google Android License.txt
vr/server/static/font/roboto/Roboto-Black-webfont.woff
vr/server/static/font/roboto/Roboto-BlackItalic-webfont.woff
vr/server/static/font/roboto/Roboto-Bold-webfont.woff
vr/server/static/font/roboto/Roboto-BoldCondensed-webfont.woff
vr/server/static/font/roboto/Roboto-BoldCondensedItalic-webfont.woff
vr/server/static/font/roboto/Roboto-BoldItalic-webfont.woff
vr/server/static/font/roboto/Roboto-Condensed-webfont.woff
vr/server/static/font/roboto/Roboto-CondensedItalic-webfont.woff
vr/server/static/font/roboto/Roboto-Italic-webfont.woff
vr/server/static/font/roboto/Roboto-Light-webfont.woff
vr/server/static/font/roboto/Roboto-LightItalic-webfont.woff
vr/server/static/font/roboto/Roboto-Medium-webfont.woff
vr/server/static/font/roboto/Roboto-MediumItalic-webfont.woff
vr/server/static/font/roboto/Roboto-Regular-webfont.woff
vr/server/static/font/roboto/Roboto-Thin-webfont.woff
vr/server/static/font/roboto/Roboto-ThinItalic-webfont.woff
vr/server/static/font/roboto/demo.html
vr/server/static/font/roboto/stylesheet.css
vr/server/static/img/gear_light_24.gif
vr/server/static/img/glyphicons-halflings-white.png
vr/server/static/img/glyphicons-halflings.png
vr/server/static/img/selector-add.gif
vr/server/static/img/selector-addall.gif
vr/server/static/img/selector-icons.gif
vr/server/static/img/selector-remove.gif
vr/server/static/img/selector-removeall.gif
vr/server/static/img/selector-search.gif
vr/server/static/img/waiting.gif
vr/server/static/js/backbone-min.js
vr/server/static/js/goatee.js
vr/server/static/js/jquery.min.js
vr/server/static/js/jquery.textarea.min.js
vr/server/static/js/misc.js
vr/server/static/js/multiselect.js
vr/server/static/js/underscore-min.js
vr/server/static/js/vr.js
vr/server/static/js/vrdash.js
vr/server/static/js/vrsquad.js
vr/server/static/js/vrswarm.js
vr/server/templates/404.html
vr/server/templates/500.html
vr/server/templates/_formfield.html
vr/server/templates/app_form.html
vr/server/templates/app_list.html
vr/server/templates/base.html
vr/server/templates/basic_form.html
vr/server/templates/buildpack_form.html
vr/server/templates/buildpack_list.html
vr/server/templates/confirm_delete.html
vr/server/templates/dash.html
vr/server/templates/host_form.html
vr/server/templates/host_list.html
vr/server/templates/ingredient_form.html
vr/server/templates/ingredient_list.html
vr/server/templates/jstemplates.html
vr/server/templates/log.html
vr/server/templates/login.html
vr/server/templates/proclog.html
vr/server/templates/squad_form.html
vr/server/templates/squad_list.html
vr/server/templates/swarm.html
vr/server/templatetags/__init__.py
vr/server/templatetags/current_nav.py
vr/server/templatetags/formfield.py
vr/server/templatetags/stripchar.py
vr/server/tests/__init__.py
vr/server/tests/test_api.py
vr/server/tests/test_basic.py
vr/server/tests/test_build.py