Files
OnlineJudge/flowchart/apps.py

8 lines
187 B
Python

from django.apps import AppConfig
class FlowchartConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'flowchart'
verbose_name = '流程图管理'