1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

Update test_settings.py

This commit is contained in:
r350178982
2025-08-11 17:20:52 +08:00
parent 2bf4c1c395
commit 392dc70fb1

View File

@@ -121,4 +121,10 @@ ENABLED_ADMIN_ROLE_PERMISSIONS = {
'other_permission': False,
},
}
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
STORAGES = {
"default": {
"BACKEND": 'django.core.files.storage.FileSystemStorage'
},
}