Auto-generate a secret key for django and store in the config file.
authorDiane Trout <diane@caltech.edu>
Wed, 27 Jun 2012 21:44:18 +0000 (14:44 -0700)
committerDiane Trout <diane@caltech.edu>
Wed, 27 Jun 2012 21:44:18 +0000 (14:44 -0700)
commit1986c5001aef28327bdfaa5c11b57f09387ba5db
treeafbebe1e002894a6c3f59d689c2b4d77fabce16a
parent1bb7ecc1b7faaf8a3c3abcddcb2a229c78198eaf
Auto-generate a secret key for django and store in the config file.
This way I can keep checking settings.py in.

Also since I implemented this be re-writing the settings file
I thought I'd clean out some of how we were storing some of our
previous default values. (Removed the hard coded - [defaults] section)
so they dont end up cluttering the users config file.

Since I removed the default for the linking hard disk tool
I changed the script to complain more helpfully if it can't find
the setting.
htsworkflow/settings.py
htsworkflow/util/api.py
htsworkflow/util/test/test_api.py [new file with mode: 0644]
scripts/htsw-record-runfolder