mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 23:37:47 +02:00
5 lines
139 B
Python
5 lines
139 B
Python
from django.contrib import admin
|
|
from .models import NotificationHooks
|
|
# Register your models here.
|
|
admin.site.register(NotificationHooks)
|