mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
8 lines
227 B
Python
8 lines
227 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ConnectConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.connect'
|
|
verbose_name = "Connect Integrations"
|
|
label = 'dispatcharr_connect'
|