Skip to content

Commit a98f20e

Browse files
committed
refactor: add django_apscheduler to installed apps
1 parent ac4bf30 commit a98f20e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/maxkb/settings/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
'django_celery_beat',
4848
'application',
4949
'chat',
50-
'oss'
50+
'oss',
51+
'django_apscheduler',
5152
]
5253

5354
MIDDLEWARE = [

0 commit comments

Comments
 (0)