mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-05-04 10:09:48 -04:00
5 lines
125 B
Python
5 lines
125 B
Python
from django.contrib import admin
|
|
from .models import NotionPage
|
|
|
|
# Register your models here.
|
|
admin.site.register(NotionPage) |