WIP
This commit is contained in:
parent
e70a0584c9
commit
a7a5b5c8ea
43 changed files with 5531 additions and 9 deletions
8
control_plane/apps.py
Normal file
8
control_plane/apps.py
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue