mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-05-01 06:00:09 +08:00
6 lines
83 B
Python
6 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UserConfig(AppConfig):
|
|
name = 'user'
|