mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 18:54:58 +00:00
7 lines
182 B
Python
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"
|