added non-tested Dockerfile & updated video gauges
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -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"]
|
||||||
@@ -411,6 +411,17 @@ function copyText() {
|
|||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
|
<li class="grid_2">
|
||||||
|
<p>We're building Gauges to show the video data based on the
|
||||||
|
<a href="https://developers.google.com/chart">Google charts API</a>.
|
||||||
|
You can contribute by developing your own gauge in
|
||||||
|
<a href="https://jsfiddle.net/">JSFiddle</a> like
|
||||||
|
<a href="https://jsfiddle.net/roosendaalsander/5xrez3bu/">this example</a>.
|
||||||
|
Please send us the link to the JSFiddle example by email using the
|
||||||
|
<a href="/rowers/email/">Contact Form</a> and we'll discuss the possibilities
|
||||||
|
with you.
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</form>
|
</form>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
|||||||
Reference in New Issue
Block a user