- Import KBH

- Import BeerXML
- Import REST API
- Migration DB
- Set Default Screen after Start
- Cleanup
This commit is contained in:
Manuel83
2017-07-02 23:52:18 +02:00
parent c2aa5d8141
commit 291f09dcd1
30 changed files with 6519 additions and 120 deletions
+1 -2
View File
@@ -5,13 +5,12 @@ react = Blueprint('react', __name__, template_folder='templates', static_folder=
@cbpi.initalizer(order=10)
def init(cbpi):
print "INITIALIZE UI"
cbpi.app.register_blueprint(react, url_prefix='/ui')
@react.route('/')
@react.route('/', methods=["GET"])
def index():
return react.send_static_file("index.html")
+6006
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+5 -1
View File
@@ -52,11 +52,15 @@
/* Einschränken des sichtbaren Ausschnitts */
</style>
<title>CraftBeerPi 3.0</title>
</head>
<body>
<div id="root"></div>
<div id="root" ></div>
<script src="static/bundle.js" type="text/javascript"></script>
<!--
This HTML file is a template.