Move core views mixins to their own file

This commit is contained in:
imperosol
2025-01-13 15:45:27 +01:00
parent 7ac41ac5cb
commit cba915c34d
10 changed files with 80 additions and 106 deletions
+1 -1
View File
@@ -58,8 +58,8 @@ from core.views import (
CanViewMixin,
DetailFormView,
PageEditViewBase,
TabedViewMixin,
)
from core.views.mixins import TabedViewMixin
from counter.models import Selling