djangoldp-notification/djangoldp_notification/admin.py

5 lines
101 B
Python
Raw Normal View History

2019-01-09 09:27:54 +00:00
from django.contrib import admin
from .models import Notification
admin.site.register(Notification)