aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/tools.py
diff options
context:
space:
mode:
authorPjotr Prins2016-10-09 10:42:33 +0000
committerPjotr Prins2016-10-09 10:42:33 +0000
commit03ba5bf1edcf4f7adec15b51d0d8e22274fd4a07 (patch)
treebda2bc876b3225b88ab95498fd66967a85ab2fa1 /wqflask/utility/tools.py
parent9e4d5f6796c6e21d344709a73b60082cc602e6f3 (diff)
downloadgenenetwork2-03ba5bf1edcf4f7adec15b51d0d8e22274fd4a07.tar.gz
Add version information
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r--wqflask/utility/tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py
index c6d8f7d2..90144962 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -197,6 +197,7 @@ def show_settings():
# Cached values
+GN_VERSION = get_setting('GN_VERSION')
HOME = get_setting('HOME')
WEBSERVER_MODE = get_setting('WEBSERVER_MODE')
GN_SERVER_URL = get_setting('GN_SERVER_URL')