1
0
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:
xiez
2012-09-27 17:52:04 +08:00
parent 669a556626
commit 7d0e15123a
6 changed files with 64 additions and 26 deletions

View File

@@ -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': {