Conversion of exploration interface to Bootstrap 3, numerous fixes
diff --git a/asterix-examples/src/main/resources/black-cherry/run_black_cherry.py b/asterix-examples/src/main/resources/black-cherry/run_black_cherry.py
index a7af311..62eb85c 100755
--- a/asterix-examples/src/main/resources/black-cherry/run_black_cherry.py
+++ b/asterix-examples/src/main/resources/black-cherry/run_black_cherry.py
@@ -2,7 +2,7 @@
 import requests
 from bottle import route, run, template, get, debug, static_file, request, response
 
-debug(False)
+debug(True)
 http_header = { "content-type": "application/json" }
 
 # Core Routing
@@ -46,4 +46,4 @@
     return (build_response("update", dict(request.query)))
     
 res = black_cherry_bootstrap.bootstrap()
-run(host='localhost', port=8080)
+run(host='localhost', port=8080, debug=True)