Add kanban updates and static root

This commit is contained in:
rucki
2026-08-22 16:26:46 +02:00
parent b7b5e19a90
commit 40648d10a1
14 changed files with 220 additions and 59 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
from django.contrib import admin
from .models import ApiKey, Attachment, Item, Tag, UserPreference
from .models import ApiKey, Attachment, Item, Kanban, Tag, UserPreference
class AttachmentInline(admin.TabularInline):
@@ -22,4 +22,5 @@ class ApiKeyAdmin(admin.ModelAdmin):
admin.site.register(Tag)
admin.site.register(Kanban)
admin.site.register(UserPreference)