mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-05-01 14:10:21 +08:00
6 lines
86 B
Python
6 lines
86 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ProjectConfig(AppConfig):
|
|
name = 'task'
|