improvement/design #3

Merged
adebaumann merged 2 commits from improvement/design into master 2025-12-28 23:21:40 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2a84a92025 - Show all commits

View File

@@ -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

View File

@@ -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': [