System Public API
The system package contains the model mixins and infrastructure that back project-level settings, static content, and shared operational commands.
Start here
codex_django.system.mixinsfor public re-exports of site settings, SEO, translation, integration, and user-profile mixins.codex_django.system.context_processorsfor template access to cached settings and static content.codex_django.system.management.base_commandsfor reusable content update command bases.
Example
from codex_django.system.mixins import AbstractSiteSettings, SiteContactSettingsMixin
For the full generated module documentation, open System internals.