All checks were successful
Build And Test / build-and-push (push) Successful in 4m23s
5 lines
99 B
Python
5 lines
99 B
Python
from django.contrib import admin
|
|
from .models import BoardNotice
|
|
|
|
admin.site.register(BoardNotice)
|