mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
refactor: add django_apscheduler to installed apps
This commit is contained in:
parent
ac4bf303f4
commit
a98f20e5b9
|
|
@ -47,7 +47,8 @@ INSTALLED_APPS = [
|
|||
'django_celery_beat',
|
||||
'application',
|
||||
'chat',
|
||||
'oss'
|
||||
'oss',
|
||||
'django_apscheduler',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue