mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 09:06:06 +00:00
7 lines
171 B
Python
7 lines
171 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FuseConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.fuse"
|
|
verbose_name = "Fuse"
|