diff options
author | Pjotr Prins | 2016-10-07 10:38:50 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-07 10:38:50 +0000 |
commit | ea3f5cab2c43d267430c179581f6f2008c240b10 (patch) | |
tree | 408f753248cd1571210d5b23c1008700dc517994 /etc | |
parent | d3d2354abc5597cff291b587312b1316bb42d4c0 (diff) | |
download | genenetwork2-ea3f5cab2c43d267430c179581f6f2008c240b10.tar.gz |
Add JS path to TWITTER_POST_FETCHER
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index d8e57f38..fb3670dd 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -50,6 +50,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'] |