add notify_sessions module
This commit is contained in:
parent
fc05c7c1d8
commit
434dfe807e
7 changed files with 189 additions and 10 deletions
10
core/notify_sessions/admin.py
Normal file
10
core/notify_sessions/admin.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from notify_sessions.models import SystemEvent
|
||||
|
||||
|
||||
class SystemEventAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
|
||||
|
||||
admin.site.register(SystemEvent, SystemEventAdmin)
|
Loading…
Add table
Add a link
Reference in a new issue