1843dbbb04f5492cc1146718cd70230d77ba3bb2
[wolnelektury.git] / src / push / admin.py
1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3 #
4 from django.contrib import admin
5
6 from .models import Notification
7
8
9 admin.site.register(Notification)