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