feature/comments #15

Manually merged
adebaumann merged 7 commits from feature/comments into development 2025-12-01 13:36:47 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b579f5fb42 - Show all commits

View File

@@ -25,7 +25,7 @@ spec:
mountPath: /data mountPath: /data
containers: containers:
- name: web - name: web
image: git.baumann.gr/adebaumann/vui:0.959 image: git.baumann.gr/adebaumann/vui:0.959.1
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8000 - containerPort: 8000

View File

@@ -293,6 +293,6 @@ class VorgabeAdmin(NestedModelAdmin):
admin.site.register(Checklistenfrage) admin.site.register(Checklistenfrage)
admin.site.register(Dokumententyp) admin.site.register(Dokumententyp)
#admin.site.register(Person) admin.site.register(VorgabeComment)
#admin.site.register(Changelog) #admin.site.register(Changelog)