Change csrf imports and database settings for django 1.4
authorDiane Trout <diane@caltech.edu>
Thu, 29 Nov 2012 00:39:43 +0000 (16:39 -0800)
committerDiane Trout <diane@caltech.edu>
Thu, 29 Nov 2012 00:39:43 +0000 (16:39 -0800)
commit1fd624e3f9228d671f40fc265cd76e2c70b51cac
tree2990fec0c079b9fae709f63d16876b9a0af3af9d
parentc8f189c6af368cac10703056f114fbbffe3148df
Change csrf imports and database settings for django 1.4

They moved the csrf protection code from django 1.1. I needed to change
some imports in both a few modules and the settings file.

Additionally the way to specify the database changed, the
old 1.1 version is still in there as of this patch.
htsworkflow/frontend/experiments/experiments.py
htsworkflow/frontend/samples/views.py
htsworkflow/settings.py