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',
|
'django_celery_beat',
|
||||||
'application',
|
'application',
|
||||||
'chat',
|
'chat',
|
||||||
'oss'
|
'oss',
|
||||||
|
'django_apscheduler',
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user