8 lines
196 B
Python
8 lines
196 B
Python
from __future__ import annotations
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class SecretsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "control_plane.secrets"
|