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


No differences found