mirror of
https://github.com/xingsu1021/pthelper.git
synced 2026-02-07 12:23:30 +08:00
7 lines
140 B
Python
7 lines
140 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CronConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'cron'
|