Syncing with updates from prod and formatted

This commit is contained in:
2025-05-18 06:15:07 -05:00
parent d8a912e2c3
commit a85f1222eb
18 changed files with 616 additions and 518 deletions
+3 -2
View File
@@ -9,7 +9,7 @@ from .models import (
Feedback,
PromptMetric,
DocumentWorkspace,
Document
Document,
)
# Register your models here.
@@ -79,14 +79,15 @@ class PromptMetricAdmin(admin.ModelAdmin):
"get_duration",
)
class DocumentWorkspaceAdmin(admin.ModelAdmin):
model = DocumentWorkspace
list_display = (
"name",
"company",
)
class DocumentAdmin(admin.ModelAdmin):
model = Document
list_display = (