diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 284887d..613dd21 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -25,7 +25,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/labhelper:0.006 + image: git.baumann.gr/adebaumann/labhelper:0.007 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/boxes/views.py b/boxes/views.py index 91ea44a..d63d021 100644 --- a/boxes/views.py +++ b/boxes/views.py @@ -1,3 +1,7 @@ -from django.shortcuts import render +from django.http import HttpResponse -# Create your views here. + +def index(request): + """Simple index page.""" + html = '