mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-05-05 14:53:00 +08:00
9 lines
194 B
Python
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用户'
|