8 lines
189 B
Python
8 lines
189 B
Python
![]() |
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class DailyReportConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'daily_report'
|
||
|
verbose_name = '日报管理'
|