重构数据
This commit is contained in:
7
task/apps.py
Normal file
7
task/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class TaskConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "task"
|
||||
verbose_name = "任务"
|
||||
Reference in New Issue
Block a user