diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..3cf83085 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM python:3-alpine +COPY requirements.txt ./ +WORKDIR /usr/src/app/ +RUN pip install --no-cache-dir -r requirements.txt +COPY . . +EXPOSE 8000 +CMD ["python", "./manage.py", "runserver"] diff --git a/rowers/templates/embedded_video.html b/rowers/templates/embedded_video.html index f31fc280..7d66b3de 100644 --- a/rowers/templates/embedded_video.html +++ b/rowers/templates/embedded_video.html @@ -411,6 +411,17 @@ function copyText() {

{% endif %} +
  • +

    We're building Gauges to show the video data based on the + Google charts API. + You can contribute by developing your own gauge in + JSFiddle like + this example. + Please send us the link to the JSFiddle example by email using the + Contact Form and we'll discuss the possibilities + with you. +

    +
  •