Artifex/control_plane/resources/apps.py

9 lines
200 B
Python
Raw Normal View History

2026-08-15 13:50:24 +07:00
from __future__ import annotations
from django.apps import AppConfig
class ResourcesConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "control_plane.resources"