Move core views mixins to their own file

This commit is contained in:
imperosol
2025-01-10 15:58:22 +01:00
parent 7ac41ac5cb
commit cba915c34d
10 changed files with 80 additions and 106 deletions

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