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)
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


No differences found