Mercurial > libervia-backend
comparison sat/core/constants.py @ 3269:1352564e0202
core (constants): added `theme` key
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 18 May 2020 23:30:55 +0200 |
parents | 6cf4bd6972c2 |
children | 9081b6c41328 |
comparison
equal
deleted
inserted
replaced
3268:85c9cfcd4f5e | 3269:1352564e0202 |
---|---|
187 | 187 |
188 ## Templates ## | 188 ## Templates ## |
189 TEMPLATE_TPL_DIR = "templates" | 189 TEMPLATE_TPL_DIR = "templates" |
190 TEMPLATE_THEME_DEFAULT = "default" | 190 TEMPLATE_THEME_DEFAULT = "default" |
191 TEMPLATE_STATIC_DIR = "static" | 191 TEMPLATE_STATIC_DIR = "static" |
192 KEY_LANG = "lang" # templates i18n | 192 # templates i18n |
193 KEY_LANG = "lang" | |
194 KEY_THEME = "theme" | |
193 | 195 |
194 ## Plugins ## | 196 ## Plugins ## |
195 | 197 |
196 # PLUGIN_INFO keys | 198 # PLUGIN_INFO keys |
197 # XXX: we use PI instead of PLUG_INFO which would normally be used | 199 # XXX: we use PI instead of PLUG_INFO which would normally be used |