mirror of
https://github.com/pretix/pretix.git
synced 2026-06-11 01:25:13 +00:00
CheckinRPC: Also perform media exchange
This commit is contained in:
committed by
Raphael Michel
parent
1f4189d539
commit
b2380f794e
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user