diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_settings.py | 3 |
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 |