mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
9 lines
180 B
Python
9 lines
180 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AutoPtConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'auto_pt'
|
|
verbose_name = '计划任务'
|
|
|