comparison libervia/server/constants.py @ 1146:76d75423ef53

server: tasks manager first draft: A new task manager will check /tasks directory of website to scripts to execute before launching the site. This allows to generate docs, scripts, or do anything else useful. Generated files are put in in sat local dir, in cache, and are accessible from the website using the new "build_dir" variable.
author Goffi <goffi@goffi.org>
date Fri, 25 Jan 2019 08:58:41 +0100
parents 2af117bfe6cc
children 0f37b65fe7c2
comparison
equal deleted inserted replaced
1145:29eb15062416 1146:76d75423ef53
31 THEMES_DIR = "themes/" 31 THEMES_DIR = "themes/"
32 THEMES_URL = "themes" 32 THEMES_URL = "themes"
33 MEDIA_DIR = "media/" 33 MEDIA_DIR = "media/"
34 CARDS_DIR = "games/cards/tarot" 34 CARDS_DIR = "games/cards/tarot"
35 PAGES_DIR = u"pages" 35 PAGES_DIR = u"pages"
36 TASKS_DIR = u"tasks"
37 LIBERVIA_CACHE = u"libervia"
38 BUILD_DIR = u"__b"
36 39
37 TPL_RESOURCE = u'_t' 40 TPL_RESOURCE = u'_t'
38 41
39 ERRNUM_BRIDGE_ERRBACK = 0 # FIXME 42 ERRNUM_BRIDGE_ERRBACK = 0 # FIXME
40 ERRNUM_LIBERVIA = 0 # FIXME 43 ERRNUM_LIBERVIA = 0 # FIXME