diff options
author | Pjotr Prins | 2016-10-11 12:19:01 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-11 12:19:01 +0000 |
commit | bf47de632fa787ea1c64005d44d73f6e47f5f474 (patch) | |
tree | 4916a3760dba4cf75310a2d3b701f482da4b08bd /etc | |
parent | ccfe1f2e1afac31de9d1b2f34ad66ed77a517202 (diff) | |
parent | 1a8aa3fced3dd3870f2d5fc1f5c8a5b8c7756634 (diff) | |
download | genenetwork2-bf47de632fa787ea1c64005d44d73f6e47f5f474.tar.gz |
Merge branch 'pjotr-gn2' into testing
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 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'] |