mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-04-25 19:20:41 +08:00
6 lines
86 B
Python
6 lines
86 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ProjectConfig(AppConfig):
|
|
name = 'task'
|