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:
@@ -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'
|
||||
},
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user