You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add columns to check user ticket and voucher status
Added `has_ticket` and `has_voucher` columns to the GrantAdmin model
to determine if a user has a voucher or has redeemed a ticket. The
`has_ticket` data is fetched from Pretix via the API, while the
`has_voucher` data is retrieved from the `ConferenceVoucher` table.
0 commit comments