mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-07-18 04:20:35 +08:00
6 lines
91 B
Python
6 lines
91 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SubsonicConfig(AppConfig):
|
|
name = 'subsonic'
|