optim: optim import and some email key

This commit is contained in:
2025-09-20 22:49:13 +08:00
parent 2e5e362000
commit 5902c6206c
44 changed files with 251 additions and 94 deletions
+2
View File
@@ -1,6 +1,8 @@
from django.contrib import admin
from .models import NotificationEmail, NotificationSettings
@admin.register(NotificationEmail)
class NotificationEmailAdmin(admin.ModelAdmin):
list_display = ('email', 'is_enabled', 'description', 'created_at')