notification changes

This commit is contained in:
abutalib-kiwi
2023-08-21 20:07:39 +05:30
parent dfff643c71
commit 95dad86b12
4 changed files with 63 additions and 39 deletions

View File

@ -10,3 +10,5 @@ from notifications.models import Notification
class NotificationAdmin(admin.ModelAdmin):
"""Notification Admin"""
list_display = ['id', 'notification_type', 'notification_to', 'data', 'is_read']
list_filter = ['notification_type']