from django.contrib import admin from core.apps.notifications.models import Notification admin.site.register(Notification)