diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index df0ba34..13049e4 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -27,7 +27,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/labhelper:0.027 + image: git.baumann.gr/adebaumann/labhelper:0.028 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/labhelper/settings.py b/labhelper/settings.py index 6ab1e5d..eb02e7c 100644 --- a/labhelper/settings.py +++ b/labhelper/settings.py @@ -59,7 +59,7 @@ ROOT_URLCONF = 'labhelper.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [], + 'DIRS': [BASE_DIR / 'labhelper' / 'templates'], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [