dockerized it

This commit is contained in:
Joachim Lusiardi
2015-03-06 21:58:53 +01:00
parent a8b6789295
commit e64f94cfd9
15 changed files with 324 additions and 0 deletions

5
app/templates/index.html Normal file
View File

@@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block body %}
<a href='{{ url_for('getPitStops') }}'>Pitstop List</a>
<a href='{{ url_for('createPitStopForm') }}'>Create Pitstop</a>
{% endblock %}