Files
2023-06-07 11:45:57 +08:00

9 lines
194 B
Python

from django.apps import AppConfig
class UserConfig(AppConfig):
name = 'applications.user'
managed = True
verbose_name = 'Subsonic用户'
verbose_name_plural = 'Subsonic用户'