refactor: remove settings model

wasnt required, so removed

!35
This commit is contained in:
2024-07-10 12:02:06 +09:30
parent 6bf681530d
commit f0bbd22cf4

View File

@ -4,7 +4,6 @@ from django.conf import settings
from django.shortcuts import redirect, render
from django.views.generic import View
from settings.models.settings import Settings
class View(View):