codex-django
Codex Django Runtime
Reusable Django runtime modules for Codex-shaped projects.
codex-django contains the installable runtime layer: shared Django apps, adapters,
selectors, cabinet UI primitives, booking integrations, and system helpers. Project generation
and scaffolding now live in the companion package codex-django-cli.
Start Here
Use runtime modules
Install reusable Django runtime code for an existing project.
pip install codex-django
Add the companion CLI
Install runtime plus the published scaffolding companion package.
pip install "codex-django[cli]"
Read the API
Jump directly into the Python-level reference generated from source docstrings.
core / system / booking / cabinet
Choose A Path
For application teams
For maintainers
Runtime Modules
core
Shared Django infrastructure: Redis managers, sitemaps, i18n helpers, context processors, and model mixins.
system
Project-state models, static content, SEO data, fixtures, and operational settings patterns.
booking
Django adapters over the booking engine, model mixins, cache helpers, and availability selectors.
cabinet
Reusable dashboard and cabinet layer with registry-driven navigation, widgets, and site settings views.
notifications
Notification payload building, selector orchestration, and queue or direct delivery adapters.
showcase
Debug-only reference implementation for demo screens, mock data, and generated project previews.
Language And Reference Layers
English guides
Task-oriented documentation for installation, runtime usage, and scaffolded-project workflows.
Russian guides
Bilingual guide layer for the same runtime and generated-project scenarios.
Technical reference
English-only source-driven reference for public imports and internal modules.
Ecosystem Direction
This site currently lives under GitHub Pages for the runtime repository. The longer-term direction is to move Codex libraries under a shared documentation entrypoint with cross-links between runtime, CLI, platform, services, and other package docs. The current landing structure is intentionally organized so it can be moved into a shared docs hub without changing the user path model.