mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
Modify autocomplete and contacts
This commit is contained in:
@@ -165,7 +165,7 @@ GROUP_AVATAR_DEFAULT_URL = 'avatars/groups/default.png'
|
||||
AVATAR_MAX_AVATARS_PER_USER = 1
|
||||
AVATAR_CACHE_TIMEOUT = 24 * 60 * 60
|
||||
AVATAR_ALLOWED_FILE_EXTS = ('.jpg', '.png', '.jpeg', '.gif')
|
||||
AUTO_GENERATE_AVATAR_SIZES = (16, 28, 48, 60, 80)
|
||||
AUTO_GENERATE_AVATAR_SIZES = (16, 20, 28, 48, 60, 80)
|
||||
|
||||
CACHES = {
|
||||
'default': {
|
||||
|
Reference in New Issue
Block a user