django_program.registrationΒΆ
Registration, ticketing, and payment management for django-program.
Modules
Django admin configuration for the registration app. |
|
Django app configuration for the registration app. |
|
Attendee profile models for conference registration. |
|
Badge models for generating attendee badges with QR codes. |
|
On-site check-in and product redemption models for conference registration. |
|
Discount and condition engine for conference registration. |
|
Forms for the registration app. |
|
Visa invitation letter request model for conference attendees. |
|
Registration, ticketing, cart, order, and payment models for django-program. |
|
Purchase order and corporate invoicing models. |
|
Business logic services for the registration app. |
|
Signal handlers for the registration app. |
|
Custom signals for the registration app. |
|
Stripe client wrapper for per-conference Stripe API operations. |
|
Currency conversion helpers for Stripe API integration and key obfuscation for logging. |
|
Template tags for the registration app. |
|
Stripe Terminal payment model for in-person POS transactions. |
|
URL configuration for the registration app. |
|
Views for the registration app. |
|
Staff-facing JSON API views for on-site check-in and product redemption. |
|
Staff-facing JSON API views for Stripe Terminal point-of-sale operations. |
|
Stripe webhook handling for the registration app. |