Move IcsCalendar to it's own file

This commit is contained in:
2025-01-04 18:57:31 +01:00
parent 5d0fc38107
commit 1887a2790f
5 changed files with 80 additions and 72 deletions

View File

@ -46,7 +46,8 @@ from accounting.models import (
SimplifiedAccountingType,
)
from club.models import Club, Membership
from com.models import IcsCalendar, News, NewsDate, Sith, Weekmail
from com.calendar import IcsCalendar
from com.models import News, NewsDate, Sith, Weekmail
from core.models import Group, Page, PageRev, SithFile, User
from core.utils import resize_image
from counter.models import Counter, Product, ProductType, StudentCard