Mercurial > libervia-web
comparison src/common/constants.py @ 483:0bbbef1d53a8
server side (blog): use user's avatar a the blog's favicon + small refactorization
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 17 Jun 2014 16:21:42 +0200 |
parents | bbdc5357dc00 |
children | 3eb3a2c0c011 7af8f4ab3675 |
comparison
equal
deleted
inserted
replaced
482:437eefa53a01 | 483:0bbbef1d53a8 |
---|---|
43 NO_REPLY = 'NO REPLY' | 43 NO_REPLY = 'NO REPLY' |
44 NOT_ALLOWED = 'NOT ALLOWED' | 44 NOT_ALLOWED = 'NOT ALLOWED' |
45 UPLOAD_OK = 'UPLOAD OK' | 45 UPLOAD_OK = 'UPLOAD OK' |
46 UPLOAD_KO = 'UPLOAD KO' | 46 UPLOAD_KO = 'UPLOAD KO' |
47 UNKNOWN_ERROR = 'UNMANAGED FAULT STRING (%s)' | 47 UNKNOWN_ERROR = 'UNMANAGED FAULT STRING (%s)' |
48 | |
49 # PATHS | |
50 AVATARS_DIR = "avatars/" | |
51 | |
52 # Default avatar | |
53 DEFAULT_AVATAR = "/media/misc/default_avatar.png" |