CheckinRPC: Also perform media exchange

This commit is contained in:
Martin Gross
2026-05-29 18:58:14 +02:00
committed by Raphael Michel
parent 1f4189d539
commit b2380f794e
5 changed files with 118 additions and 25 deletions

View File

@@ -138,6 +138,9 @@ class ReusableMedium(LoggedModel):
]
ordering = "identifier", "type", "organizer"
class DuplicateEntry(Exception):
pass
class MediumKeySet(models.Model):
organizer = models.ForeignKey('Organizer', on_delete=models.CASCADE, related_name='medium_key_sets')