mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-18 02:50:18 -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) |