from __future__ import unicode_literals from django.contrib import admin from.models import Notification admin.site.register(Notification)