mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
5 lines
100 B
Python
5 lines
100 B
Python
from django.contrib import admin
|
|
from.models import Notification
|
|
|
|
admin.site.register(Notification)
|