parent
b613818584
commit
b0eeeb6a70
@ -1,3 +1,4 @@ |
|||||||
from django.contrib import admin |
from django.contrib import admin |
||||||
|
from .models import ASSNotification |
||||||
|
|
||||||
# Register your models here. |
admin.site.register(ASSNotification) |
||||||
|
|||||||
Loading…
Reference in new issue