django_program.registrationΒΆ

Registration, ticketing, and payment management for django-program.

Modules

admin

Django admin configuration for the registration app.

apps

Django app configuration for the registration app.

attendee

Attendee profile models for conference registration.

badge

Badge models for generating attendee badges with QR codes.

checkin

On-site check-in and product redemption models for conference registration.

conditions

Discount and condition engine for conference registration.

forms

Forms for the registration app.

letter

Visa invitation letter request model for conference attendees.

migrations

models

Registration, ticketing, cart, order, and payment models for django-program.

purchase_order

Purchase order and corporate invoicing models.

services

Business logic services for the registration app.

signal_handlers

Signal handlers for the registration app.

signals

Custom signals for the registration app.

stripe_client

Stripe client wrapper for per-conference Stripe API operations.

stripe_utils

Currency conversion helpers for Stripe API integration and key obfuscation for logging.

templatetags

Template tags for the registration app.

terminal

Stripe Terminal payment model for in-person POS transactions.

urls

URL configuration for the registration app.

views

Views for the registration app.

views_checkin

Staff-facing JSON API views for on-site check-in and product redemption.

views_terminal

Staff-facing JSON API views for Stripe Terminal point-of-sale operations.

webhooks

Stripe webhook handling for the registration app.