8 lines
206 B
Python
8 lines
206 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ControlPlaneConfig(AppConfig):
|
|
"""Register control-plane models and task discovery."""
|
|
|
|
name = "control_plane"
|
|
verbose_name = "Tussilago Control Plane"
|