Mercurial > libervia-web
view src/__init__.py @ 1078:296bda6b7ed0
pages (tickets): tickets discovery:
if not is not specified in URL, new discovery page is used.
Discovery is for now basic and allows only to use a free jid with standard node, or display nodes specified in config.
Service, node and name of a tickets node can be specified in config using tickets_trackers_json.
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 26 Mar 2018 21:32:16 +0200 |
parents | 5cefc6ab302f |
children |
line wrap: on
line source
try: from common.constants import Const as C except ImportError: pass # import doesn't work at this stage with pyjamas else: __version__ = C.APP_VERSION