From 27712d0c73d185b41cd5478c127c884b8e3d1ee4 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 23 Oct 2014 15:48:03 -0700 Subject: [PATCH] import os, so we can use os.path.join --- htsworkflow/settings/production.py | 1 + 1 file changed, 1 insertion(+) diff --git a/htsworkflow/settings/production.py b/htsworkflow/settings/production.py index 449ff32..31f4936 100644 --- a/htsworkflow/settings/production.py +++ b/htsworkflow/settings/production.py @@ -1,3 +1,4 @@ +import os from .base import * ALLOWED_HOSTS = ['jumpgate.caltech.edu'] -- 2.30.2