mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-04-26 19:51:13 +08:00
7 lines
153 B
Python
7 lines
153 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FlowConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'applications.flow'
|