refactor: add django_apscheduler to installed apps

This commit is contained in:
wxg0103 2025-07-02 14:29:56 +08:00
parent ac4bf303f4
commit a98f20e5b9

View File

@ -47,7 +47,8 @@ INSTALLED_APPS = [
'django_celery_beat',
'application',
'chat',
'oss'
'oss',
'django_apscheduler',
]
MIDDLEWARE = [