about summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorPjotr Prins2016-10-11 12:19:01 +0000
committerPjotr Prins2016-10-11 12:19:01 +0000
commitbf47de632fa787ea1c64005d44d73f6e47f5f474 (patch)
tree4916a3760dba4cf75310a2d3b701f482da4b08bd /etc
parentccfe1f2e1afac31de9d1b2f34ad66ed77a517202 (diff)
parent1a8aa3fced3dd3870f2d5fc1f5c8a5b8c7756634 (diff)
downloadgenenetwork2-bf47de632fa787ea1c64005d44d73f6e47f5f474.tar.gz
Merge branch 'pjotr-gn2' into testing
Diffstat (limited to 'etc')
-rw-r--r--etc/default_settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index db645f8b..6acea637 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -51,6 +51,10 @@ LOG_BENCH       = True      # Log bench marks
 USE_REDIS       = True      # REDIS caching (note that redis will be phased out)
 USE_GN_SERVER   = 'False'   # Use GN_SERVER SQL calls
 
+# Paths to JS libraries
+
+TWITTER_POST_FETCHER_JS_PATH = os.environ['HOME']+"/genenetwork/Twitter-Post-Fetcher"
+
 # ---- Path overrides for Genenetwork
 # TMPDIR is normally picked up from the environment
 HOME=os.environ['HOME']