mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Add plugin documentation
This commit is contained in:
@@ -2,5 +2,8 @@ from django.db import models
|
||||
|
||||
|
||||
class Checkin(models.Model):
|
||||
"""
|
||||
A checkin object is created when a person enters the event.
|
||||
"""
|
||||
position = models.ForeignKey('pretixbase.OrderPosition', related_name='pretixdroid_checkins')
|
||||
datetime = models.DateTimeField(auto_now_add=True)
|
||||
|
||||
Reference in New Issue
Block a user