Add fake settings.py file point to the real htsworkflow.settings file
authorDiane Trout <diane@caltech.edu>
Mon, 9 May 2011 23:56:54 +0000 (16:56 -0700)
committerDiane Trout <diane@caltech.edu>
Mon, 9 May 2011 23:56:54 +0000 (16:56 -0700)
manage.py and nosetests were assuming that settings were in the current
directory.

Though a little later in its startup manage.py switched to thinking
settings was in htsworkflow.setttings. I have no idea why

settings.py [new file with mode: 0644]

diff --git a/settings.py b/settings.py
new file mode 100644 (file)
index 0000000..1731c13
--- /dev/null
@@ -0,0 +1,4 @@
+#
+# provide a pointer to the right settings.py file for
+# programs that assume it starts in the current directory
+from htsworkflow.settings import *