Adds notifications to the admin

main
Laurent 2 years ago
parent b613818584
commit b0eeeb6a70
  1. 3
      subscriptions/admin.py

@ -1,3 +1,4 @@
from django.contrib import admin
from .models import ASSNotification
# Register your models here.
admin.site.register(ASSNotification)

Loading…
Cancel
Save