aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPjotr Prins2016-10-11 13:10:56 +0000
committerPjotr Prins2016-10-11 13:10:56 +0000
commit8650deedc18bcb6597c8c735bf070bcaae92f5f2 (patch)
treeafaa56cab46d39a9ffba103b73744db431bac086 /etc
parent2dd01d1dfc93a7fce59be7e817a2dd5536b3e95e (diff)
parentbf47de632fa787ea1c64005d44d73f6e47f5f474 (diff)
downloadgenenetwork2-8650deedc18bcb6597c8c735bf070bcaae92f5f2.tar.gz
Modified JS paths
Merge branch 'testing' into chfi
Diffstat (limited to 'etc')
-rw-r--r--etc/default_settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index 29b96861..ac5dc266 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -57,7 +57,8 @@ USE_GN_SERVER = 'False' # Use GN_SERVER SQL calls
# Paths to JS libraries
-BIODALLIANCE_JS = os.environ['HOME']+"/genenetwork/biodalliance"
+JS_BIODALLIANCE = os.environ['HOME']+"/genenetwork/biodalliance"
+JS_TWITTER_POST_FETCHER = os.environ['HOME']+"/genenetwork/Twitter-Post-Fetcher"
# ---- Path overrides for Genenetwork
# TMPDIR is normally picked up from the environment