Skip to content

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.mixins for public re-exports of site settings, SEO, translation, integration, and user-profile mixins.
  • codex_django.system.context_processors for template access to cached settings and static content.
  • codex_django.system.management.base_commands for reusable content update command bases.

Example

from codex_django.system.mixins import AbstractSiteSettings, SiteContactSettingsMixin

For the full generated module documentation, open System internals.