Skip to content

Add dynamic site name/title configuration #208

Description

@heysamtexas

Description

Allow admins to configure the site name/title dynamically through the Django admin interface instead of hardcoding it.

Current State

Site name is handled through context processor but not configurable via admin.

Proposed Implementation

Add field to SiteConfiguration model:

  • site_name - CharField for the main site title
  • site_tagline - CharField for optional subtitle/tagline

Benefits

  • No code deployments needed to change branding
  • Consistent site naming across all templates
  • Admin-friendly configuration

Acceptance Criteria

  • Add site_name field to SiteConfiguration model
  • Update context processor to use dynamic value
  • Update all templates to use context variable
  • Add migration for the new field
  • Test admin interface updates

Labels: enhancement, ui/ux
Priority: Medium

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions