1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

redesigned right-panel hd, modified side-nav, top-grp-info-popup, <th> ...

This commit is contained in:
llj
2014-02-07 17:36:34 +08:00
parent 82350f249f
commit b3599c7ff5
10 changed files with 53 additions and 40 deletions

View File

@@ -231,7 +231,7 @@ AUTO_GENERATE_AVATAR_SIZES = (16, 20, 28, 36, 40, 48, 60, 80)
# Group avatar
GROUP_AVATAR_STORAGE_DIR = 'avatars/groups'
GROUP_AVATAR_DEFAULT_URL = 'avatars/groups/default.png'
AUTO_GENERATE_GROUP_AVATAR_SIZES = (20, 24, 48, 56)
AUTO_GENERATE_GROUP_AVATAR_SIZES = (20, 24, 36, 48, 56)
LOG_DIR = os.environ.get('SEAHUB_LOG_DIR', '/tmp')
CACHE_DIR = "/tmp"