删除无用代码并且新增流程图相关内容
This commit is contained in:
7
flowchart/apps.py
Normal file
7
flowchart/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class FlowchartConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'flowchart'
|
||||
verbose_name = '流程图管理'
|
||||
Reference in New Issue
Block a user