fix: setup error (#3207)

This commit is contained in:
shaohuzhang1 2025-06-06 22:32:17 +08:00 committed by GitHub
parent 165de1ad73
commit b2b5c331fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ INSTALLED_APPS = [
'models_provider',
'django_celery_beat',
'application',
'chat'
'chat',
'oss'
]