completely removed need for model

This commit is contained in:
Rushil Umaretiya 2020-10-21 23:02:22 -04:00
parent b7e8c66c02
commit c1708e7dac

View File

@ -1,5 +1,3 @@
from django.contrib import admin
from .models import NotionPage
# Register your models here.
admin.site.register(NotionPage)