Allow cellline and conditition to be blank [ticket:115] [ticket:105]
authorDiane Trout <diane@caltech.edu>
Tue, 30 Jun 2009 23:45:19 +0000 (23:45 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 30 Jun 2009 23:45:19 +0000 (23:45 +0000)
commit7685e5132966a386cd4c7d8449097dc3acaedd96
tree10bd947b7621b568ef6e15ab96c1d2b2ba0a5001
parent2cc86ce83af87a20ef9ae5670a926f5fae1b87ae
Allow cellline and conditition to be blank [ticket:115] [ticket:105]
However this requires a dump and reload of the database to work.

This saves the data as a django 'fixture'
python manage.py dumpdata samples > /tmp/sampledata.json
python manage.py sqlreset samples | sqlite3 [path to db]
python manage.py loadddata /tmp/sampledata.json
htsworkflow/frontend/samples/models.py