comparison src/server/constants.py @ 703:1a19ee7d8d8a

server_side: add default theme
author souliane <souliane@mailoo.org>
date Thu, 04 Jun 2015 11:56:34 +0200
parents 9877607c719a
children f8a7a046ff9c
comparison
equal deleted inserted replaced
702:d94feb0d849e 703:1a19ee7d8d8a
30 APP_NAME_FILE = "libervia" 30 APP_NAME_FILE = "libervia"
31 SERVICE_PROFILE = 'libervia' # the SàT profile that is used for exporting the service 31 SERVICE_PROFILE = 'libervia' # the SàT profile that is used for exporting the service
32 32
33 SESSION_TIMEOUT = 300 # Session's timeout, after that the user will be disconnected 33 SESSION_TIMEOUT = 300 # Session's timeout, after that the user will be disconnected
34 HTML_DIR = "html/" 34 HTML_DIR = "html/"
35 SERVER_CSS_DIR = "server_css/" 35 THEMES_DIR = "themes/"
36 MEDIA_DIR = "media/" 36 MEDIA_DIR = "media/"
37 CARDS_DIR = "games/cards/tarot" 37 CARDS_DIR = "games/cards/tarot"
38 38
39 ERRNUM_BRIDGE_ERRBACK = 0 # FIXME 39 ERRNUM_BRIDGE_ERRBACK = 0 # FIXME
40 ERRNUM_LIBERVIA = 0 # FIXME 40 ERRNUM_LIBERVIA = 0 # FIXME