django-nose didn't work with django 1.1, so I went back to the nose plugin NoseDjango
authorDiane Trout <diane@caltech.edu>
Wed, 6 Apr 2011 20:49:26 +0000 (13:49 -0700)
committerDiane Trout <diane@caltech.edu>
Wed, 6 Apr 2011 20:49:26 +0000 (13:49 -0700)
commit038d7febb7224b9088ef628bee16b3c54ebf98ed
tree6f9c454c97a301a96d3336674ae2fde3224a5663
parent2a7c8d5aad2ab6c5d596ae0ca4d117e763de3f58
django-nose didn't work with django 1.1, so I went back to the nose plugin NoseDjango
I needed to move the settings file around a bit so the default build of
nosedjango will find it (instead of my previously hacked copy).

I got tired of modifying the location of the settings files and
discovered that django has a standardized way of grabbign the config
file. with "from django.conf import settings", though that will
only show uppercased config entries.
18 files changed:
extra/fix_ob3.py
htsworkflow/frontend/analysis/main.py
htsworkflow/frontend/analysis/models.py
htsworkflow/frontend/auth.py
htsworkflow/frontend/bcmagic/utils.py
htsworkflow/frontend/eland_config/views.py
htsworkflow/frontend/experiments/experiments.py
htsworkflow/frontend/experiments/models.py
htsworkflow/frontend/experiments/tests.py
htsworkflow/frontend/inventory/views.py
htsworkflow/frontend/reports/libinfopar.py
htsworkflow/frontend/samples/models.py
htsworkflow/frontend/samples/results.py
htsworkflow/frontend/samples/views.py
htsworkflow/frontend/urls.py
htsworkflow/settings.py [deleted file]
scripts/htsw-record-runfolder
settings.py [new file with mode: 0644]