Dispatcharr/apps/fuse_api/apps.py
Dispatcharr ce0acca8bc FUSE Testing
Exploratory branch for FUSE testing
2025-12-11 19:15:52 -06:00

7 lines
182 B
Python

from django.apps import AppConfig
class FuseApiConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.fuse_api"
verbose_name = "Fuse API"