import os, so we can use os.path.join
authorDiane Trout <diane@ghic.org>
Thu, 23 Oct 2014 22:48:03 +0000 (15:48 -0700)
committerDiane Trout <diane@ghic.org>
Thu, 23 Oct 2014 22:48:03 +0000 (15:48 -0700)
htsworkflow/settings/production.py

index 449ff328f123b7ea63abcb227e4f2996ab0fe4ab..31f493606a445373470df24b47d716a143b86eba 100644 (file)
@@ -1,3 +1,4 @@
+import os
 from .base import *
 
 ALLOWED_HOSTS = ['jumpgate.caltech.edu']