This commit is contained in:
Joakim Hellsén 2026-04-27 20:43:26 +02:00
commit a7a5b5c8ea
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
43 changed files with 5531 additions and 9 deletions

8
control_plane/apps.py Normal file
View file

@ -0,0 +1,8 @@
from django.apps import AppConfig
class ControlPlaneConfig(AppConfig):
"""Register control-plane models and task discovery."""
name = "control_plane"
verbose_name = "Tussilago Control Plane"