forked from Mirrors/Dispatcharr
7 lines
200 B
Python
7 lines
200 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AccountsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.accounts"
|
|
verbose_name = "Accounts & Authentication"
|