notification: add notification history
This commit is contained in:
@@ -1 +1,2 @@
|
||||
from .notification import *
|
||||
from .notification import *
|
||||
from .notification_history import *
|
||||
6
core/apps/notifications/admin/notification_history.py
Normal file
6
core/apps/notifications/admin/notification_history.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from core.apps.notifications.models.notification_history import NotificationHistory
|
||||
|
||||
|
||||
admin.site.register(NotificationHistory)
|
||||
Reference in New Issue
Block a user