Files
django-dav-events/dav_events/models/__init__.py
heinzel 94595f4785
All checks were successful
buildbot/tox Build done.
Add a kind of trashbin for registrations and participants
2020-12-03 11:47:41 +01:00

9 lines
302 B
Python

from ..roles import get_system_user, get_ghost_user
from .event import Event
from .eventchange import EventChange
from .eventflag import EventFlag
from .eventstatus import EventStatus
from .oneclickaction import OneClickAction
from .participant import Participant
from .trash import TrashedParticipant