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.

forms

Forms for the registration app.

migrations

models

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

services

Business logic services 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.

urls

URL configuration for the registration app.

views

Views for the registration app.

webhooks

Stripe webhook handling for the registration app.