forked from quant-speed-AI/Scoring-System
7 lines
131 B
Python
7 lines
131 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CompetitionConfig(AppConfig):
|
|
name = 'competition'
|
|
verbose_name = '首页管理'
|