comparison src/server/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 34ce41e014c4
children c4d6d1254ec1
comparison
equal deleted inserted replaced
482:437eefa53a01 483:0bbbef1d53a8
28 28
29 TIMEOUT = 300 # Session's time out, after that the user will be disconnected 29 TIMEOUT = 300 # Session's time out, after that the user will be disconnected
30 HTML_DIR = "html/" 30 HTML_DIR = "html/"
31 SERVER_CSS_DIR = "server_css/" 31 SERVER_CSS_DIR = "server_css/"
32 MEDIA_DIR = "media/" 32 MEDIA_DIR = "media/"
33 AVATARS_DIR = "avatars/"
34 CARDS_DIR = "games/cards/tarot" 33 CARDS_DIR = "games/cards/tarot"
35 34
36 ERRNUM_BRIDGE_ERRBACK = 0 # FIXME 35 ERRNUM_BRIDGE_ERRBACK = 0 # FIXME
37 ERRNUM_LIBERVIA = 0 # FIXME 36 ERRNUM_LIBERVIA = 0 # FIXME
38 37