From c1708e7dac031d501720001c17096e4bc6ced461 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Wed, 21 Oct 2020 23:02:22 -0400 Subject: [PATCH] completely removed need for model --- notes/admin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/notes/admin.py b/notes/admin.py index 0ce7c5c..8c38f3f 100644 --- a/notes/admin.py +++ b/notes/admin.py @@ -1,5 +1,3 @@ from django.contrib import admin -from .models import NotionPage # Register your models here. -admin.site.register(NotionPage) \ No newline at end of file