Dispatcharr/apps/hdhr/apps.py
SergeantPanda dd911cc711
Some checks are pending
CI Pipeline / prepare (push) Waiting to run
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Blocked by required conditions
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
CI Pipeline / create-manifest (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
Refactor: Remove SSDP advertisement implementation and related code from HDHomeRun app
2026-04-30 12:23:37 -05:00

7 lines
186 B
Python

from django.apps import AppConfig
class HdhrConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.hdhr'
verbose_name = "HDHomeRun Emulation"